Skip to content

Commit 0c3dd13

Browse files
authored
chore: vitePort -> ctPort (#25)
1 parent 35b66f9 commit 0c3dd13

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

assets/playwright-ct.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const config = {
2323
trace: 'on-first-retry',
2424

2525
/* Port to use for Playwright component endpoint. */
26-
vitePort: 3100,
26+
ctPort: 3100,
2727
},
2828

2929
/* Configure projects for major browsers */

assets/playwright-ct.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const config: PlaywrightTestConfig = {
2222
trace: 'on-first-retry',
2323

2424
/* Port to use for Playwright component endpoint. */
25-
vitePort: 3100,
25+
ctPort: 3100,
2626
},
2727

2828
/* Configure projects for major browsers */

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-playwright",
3-
"version": "1.17.114",
3+
"version": "1.17.115",
44
"description": "Getting started with writing end-to-end tests with Playwright.",
55
"repository": "github:Microsoft/playwright",
66
"homepage": "https://playwright.dev",

0 commit comments

Comments
 (0)