0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

scaffdogの機能を利用して、playwrightとNext.jsのpageを作成するためのtemplateを作成する

Posted at

scaffdogの機能を利用して、playwrightとNext.jsのpageを作成する

0. 想定しているdirectory

project-root
|- src/app  // app router directory
|- e2e      // e2e directory

1. how to

outputの機能を利用してしまった場合にはパスが取りづらくなってしまうため、
nameの形式で入力してもらうことを想定しています。

routingが、sample/sample2の場合は[sample/sample2]。
singleやdyanamicの場合も、
/sample -> sample
/sample/[id]/sample2 -> sample/[id]/sample2
を想定しています。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?