Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update playwright.config.ts
Browse files Browse the repository at this point in the history
ntindle committed Sep 19, 2024

Verified

This commit was signed with the committer’s verified signature.
ntindle Nicholas Tindle
1 parent 2832c3b commit 4b86d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rnd/autogpt_builder/playwright.config.ts
Original file line number Diff line number Diff line change
@@ -73,7 +73,7 @@ export default defineConfig({
/* Run your local dev server before starting the tests */
webServer: {
command: "npm run prepTests",
url: "http://localhost:3000",
url: "http://localhost:3000/",
reuseExistingServer: !process.env.CI,
timeout: 120000,
},

0 comments on commit 4b86d88

Please sign in to comment.