We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ebb416 + b5beb3a commit 766db6fCopy full SHA for 766db6f
examples/with-playwright/playwright.config.ts
@@ -32,7 +32,7 @@ export default defineConfig({
32
// More information: https://playwright.dev/docs/api/class-testoptions#test-options-base-url
33
baseURL,
34
35
- // Retry a test if its failing with enabled tracing. This allows you to analyse the DOM, console logs, network traffic etc.
+ // Retry a test if its failing with enabled tracing. This allows you to analyze the DOM, console logs, network traffic etc.
36
// More information: https://playwright.dev/docs/trace-viewer
37
trace: 'retry-with-trace',
38
0 commit comments