From 86426cb02405d7d56986a5f49e519616bbe3ad1d Mon Sep 17 00:00:00 2001 From: Mirna Silva Date: Mon, 6 Jan 2020 17:08:00 -0300 Subject: [PATCH] Changed command CI line for diff test paths --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 258b6fdc8..87dcc47f4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -328,6 +328,7 @@ workflows: working_directory: platform/viewer build: npx cross-env QUICK_BUILD=true yarn run build start: yarn run test:e2e:serve + spec: 'cypress/integration/common/**/*,cypress/integration/pwa/**/*' wait-on: 'http://localhost:3000' cache-key: 'yarn-packages-{{ checksum "yarn.lock" }}' no-workspace: true # Don't persist workspace @@ -352,7 +353,7 @@ workflows: working_directory: platform/viewer build: npx cross-env QUICK_BUILD=true yarn run build:package start: yarn run test:e2e:serve - spec: 'cypress/integration/common/**/*' + spec: 'cypress/integration/common/**/*,cypress/integration/script-tag/**/*' wait-on: 'http://localhost:3000' cache-key: 'yarn-packages-{{ checksum "yarn.lock" }}' no-workspace: true # Don't persist workspace @@ -381,7 +382,7 @@ workflows: working_directory: platform/viewer build: npx cross-env QUICK_BUILD=true yarn run build # start server --> verify running --> percy + chrome + cypress - command: yarn run test:e2e:dist + start: yarn run test:e2e:dist spec: 'cypress/integration/visual-regression/**/*' cache-key: 'yarn-packages-{{ checksum "yarn.lock" }}' no-workspace: true # Don't persist workspace @@ -460,7 +461,6 @@ workflows: build: npx cross-env QUICK_BUILD=true yarn run build # start server --> verify running --> percy + chrome + cypress command: yarn run test:e2e:dist - spec: 'cypress/integration/visual-regression/**/*' cache-key: 'yarn-packages-{{ checksum "yarn.lock" }}' no-workspace: true # Don't persist workspace post-steps: