Update playwright.config.js
Deployment / test (push) Successful in 2m1s
Deployment / deploy (push) Successful in 4s

This commit is contained in:
2023-07-15 00:40:12 +02:00
parent 8cc74aa27b
commit 7b5f2de66f
+1 -1
View File
@@ -25,7 +25,7 @@ const config = {
reporter: 'html', reporter: 'html',
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */ /* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
use: { use: {
baseURL: `http://127.0.0.1:${process.env.PORT}`, baseURL: `http://127.0.0.1:${process.env.WEB_PORT}`,
}, },
}; };