Skip to content

Commit

Permalink
ad
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Oct 12, 2023
1 parent 23c87ad commit 1064f4e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions taxonium_website/playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@ export default defineConfig({
testDir: "./e2e",
/* 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,
/* Retry on CI only */
retries: process.env.CI ? 2 : 0,
/* Opt out of parallel tests on CI. */
workers: process.env.CI ? 1 : undefined,
workers: 1,
/* 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. */
Expand Down Expand Up @@ -71,7 +67,6 @@ export default defineConfig({

webServer: {
command: "yarn preview",
reuseExistingServer: !process.env.CI,
port: 4173,
},
});

0 comments on commit 1064f4e

Please sign in to comment.