Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'e2e/playwright-local.config.js')
-rw-r--r--e2e/playwright-local.config.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/e2e/playwright-local.config.js b/e2e/playwright-local.config.js
index 54f59b303..d79c702b1 100644
--- a/e2e/playwright-local.config.js
+++ b/e2e/playwright-local.config.js
@@ -12,10 +12,10 @@ const config = {
testIgnore: '**/*.perf.spec.js',
timeout: 30 * 1000,
webServer: {
- command: 'npm run start',
+ command: 'cross-env NODE_ENV=test npm run start',
url: 'http://localhost:8080/#',
timeout: 120 * 1000,
- reuseExistingServer: !process.env.CI
+ reuseExistingServer: true
},
workers: 1,
use: {
@@ -25,7 +25,7 @@ const config = {
ignoreHTTPSErrors: true,
screenshot: 'only-on-failure',
trace: 'retain-on-failure',
- video: 'retain-on-failure'
+ video: 'off'
},
projects: [
{