We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594c1e0 commit a69a864Copy full SHA for a69a864
1 file changed
playwright.config.js
@@ -13,7 +13,7 @@ const { devices } = require('@playwright/test');
13
* @type {import('@playwright/test').PlaywrightTestConfig}
14
*/
15
const config = {
16
- testDir: './e2e-tests',
+ testDir: './e2e',
17
/* Maximum time one test can run for. */
18
timeout: 30 * 1000,
19
expect: {
0 commit comments