Skip to content

Commit e03c6db

Browse files
authored
chore: hide the signs of ct in e2e (#21)
1 parent 028b0b7 commit e03c6db

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

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.111",
3+
"version": "1.17.112",
44
"description": "Getting started with writing end-to-end tests with Playwright.",
55
"repository": "github:Microsoft/playwright",
66
"homepage": "https://playwright.dev",

src/generator.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ export class Generator {
132132
ctPackageName = `@playwright/experimental-ct-${answers.framework}`;
133133
sections.set('ct', 'show');
134134
installExamples = false;
135+
} else {
136+
sections.set('ct', 'hide');
135137
}
136138

137139
files.set(`playwright.config.${fileExtension}`, executeTemplate(this._readAsset(`playwright.config.${fileExtension}`), {

0 commit comments

Comments
 (0)