Skip to content

Commit

Permalink
Refactor playwright tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KrupaPammi committed May 2, 2024
1 parent a3f6e94 commit f8882f1
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require('dotenv').config();
* @see https://playwright.dev/docs/test-configuration
*/
module.exports = defineConfig({
testDir: './e2e',
testDir: '.',
/* Fail the build on CI if you accidentally left test.only in the source code. */
forbidOnly: !!process.env.CI,
retries: 1,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f8882f1

Please sign in to comment.