Skip to content

Commit

Permalink
Set test-results in tmp folder
Browse files Browse the repository at this point in the history
  • Loading branch information
theseanything committed Jul 23, 2024
1 parent 7bdcc59 commit c23bcf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dotenv.config({ path: path.resolve(__dirname, ".env") });
*/
export default defineConfig({
testDir: "./tests",
outputDir: "tmp/test-results",
/* Run tests in files in parallel */
fullyParallel: true,
/* Fail the build on CI if you accidentally left test.only in the source code. */
Expand Down

0 comments on commit c23bcf0

Please sign in to comment.