Skip to content

Commit 017a0d4

Browse files
depappmxschmitt
andauthored
add playwright UI mode command (#86)
Co-authored-by: Max Schmitt <max@schmitt.mx>
1 parent f6087f5 commit 017a0d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/generator.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,9 @@ Inside that directory, you can run several commands:
269269
${colors.cyan(packageManager.runPlaywrightTest())}
270270
Runs the end-to-end tests.
271271
272+
${colors.cyan(packageManager.runPlaywrightTest('--ui'))}
273+
Starts the interactive UI mode.
274+
272275
${colors.cyan(packageManager.runPlaywrightTest('--project=chromium'))}
273276
Runs the tests only on Desktop Chrome.
274277

0 commit comments

Comments
 (0)