From 3f0066dc73518a7e62a1e6343c87fd4b878f2bcd Mon Sep 17 00:00:00 2001 From: Thibaut Sardan Date: Tue, 3 Aug 2021 19:58:08 +0200 Subject: [PATCH] add headless --- packages/files-ui/package.json | 2 +- packages/gaming-ui/package.json | 2 +- packages/storage-ui/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/files-ui/package.json b/packages/files-ui/package.json index 29949ef7c3..49e1827958 100644 --- a/packages/files-ui/package.json +++ b/packages/files-ui/package.json @@ -76,7 +76,7 @@ "sentry": "(export REACT_APP_SENTRY_RELEASE=$(sentry-cli releases propose-version); node scripts/sentry.js)", "release": "(export REACT_APP_SENTRY_RELEASE=$(sentry-cli releases propose-version); yarn compile && yarn build && node scripts/sentry.js)", "test": "yarn test:clean && cypress open", - "test:ci": "yarn test:clean && cypress run", + "test:ci": "yarn test:clean && cypress run --browser chrome --headless", "test:clean": "rimraf cypress/fixtures/storage", "analyze": "source-map-explorer 'build/static/js/*.js'", "extract": "lingui extract", diff --git a/packages/gaming-ui/package.json b/packages/gaming-ui/package.json index fe1ede2968..5a7c530936 100644 --- a/packages/gaming-ui/package.json +++ b/packages/gaming-ui/package.json @@ -73,7 +73,7 @@ "sentry": "(export REACT_APP_SENTRY_RELEASE=$(sentry-cli releases propose-version); node scripts/sentry.js)", "release": "(export REACT_APP_SENTRY_RELEASE=$(sentry-cli releases propose-version); yarn compile && yarn build && node scripts/sentry.js)", "test": "yarn test:clean && cypress open", - "test:ci": "yarn test:clean && cypress run --browser chrome", + "test:ci": "yarn test:clean && cypress run --browser chrome --headless", "test:clean": "rimraf cypress/fixtures/storage", "analyze": "source-map-explorer 'build/static/js/*.js'", "extract": "lingui extract", diff --git a/packages/storage-ui/package.json b/packages/storage-ui/package.json index ab7e7b4467..5407c996c4 100644 --- a/packages/storage-ui/package.json +++ b/packages/storage-ui/package.json @@ -74,7 +74,7 @@ "sentry": "(export REACT_APP_SENTRY_RELEASE=$(sentry-cli releases propose-version); node scripts/sentry.js)", "release": "(export REACT_APP_SENTRY_RELEASE=$(sentry-cli releases propose-version); yarn compile && yarn build && node scripts/sentry.js)", "test": "yarn test:clean && cypress open", - "test:ci": "yarn test:clean && cypress run", + "test:ci": "yarn test:clean && cypress run --browser chrome --headless", "test:clean": "rimraf cypress/fixtures/storage", "analyze": "source-map-explorer 'build/static/js/*.js'", "extract": "lingui extract",