You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportdefaultdefineConfig({testDir: '.',/* Run tests in files in parallel */fullyParallel: true,/* Fail the build on CI if you accidentally left test.only in the source code. */forbidOnly: !!process.env.CI,retries: 0,/* Opt out of parallel tests on CI. */workers: 5,/* Reporter to use. See https://playwright.dev/docs/test-reporters */reporter: 'html',/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. *//* Configure projects for major browsers */projects: [{name: 'setup',testMatch: /global.setup\.ts/,teardown: 'teardown',},{name: 'teardown',testMatch: /global.teardown\.ts/,teardown: 'teardown',},{name: 'chromium',use: {
...devices['Desktop Chrome'],trace: 'on-first-retry',storageState: authFile,},dependencies: ['setup'],},],});
Expected behavior
Looking forward to execution and global.tardown.ts can also take over global variables
Closing as part of the triage process since it seemed stale. Please create a new issue with a detailed reproducible or feature request if you still face issues.
Version
1.51.0
Steps to reproduce
playwright.config
Expected behavior
Looking forward to execution and global.tardown.ts can also take over global variables
Actual behavior
not executed
Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: