playwright/jest.config.json

10 lines
237 B
JSON

{
"rootDir": "./test",
"testEnvironment": "./jest",
"testMatch": ["**/?(*.)jest.[jt]s"],
"testRunner": "jest-circus/runner",
"testTimeout": 10000,
"globalSetup": "./jest/setup.js",
"globalTeardown": "./jest/teardown.js"
}