File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 6868 - ./bin/setup-local-env.sh
6969 script :
7070 - $( npm bin )/wp-scripts test-e2e --config=./packages/e2e-tests/jest.config.js --listTests > ~/.jest-e2e-tests
71+ - npm run build
7172 - npm run test-e2e -- --ci --cacheDirectory="$HOME/.jest-cache" --runTestsByPath $( awk 'NR % 2 == 0' < ~/.jest-e2e-tests )
7273
7374 - name : E2E tests (Admin with plugins) (2/2)
7677 - ./bin/setup-local-env.sh
7778 script :
7879 - $( npm bin )/wp-scripts test-e2e --config=./packages/e2e-tests/jest.config.js --listTests > ~/.jest-e2e-tests
80+ - npm run build
7981 - npm run test-e2e -- --ci --cacheDirectory="$HOME/.jest-cache" --runTestsByPath $( awk 'NR % 2 == 1' < ~/.jest-e2e-tests )
8082
8183 - name : E2E tests (Author without plugins) (1/2)
8486 - ./bin/setup-local-env.sh
8587 script :
8688 - $( npm bin )/wp-scripts test-e2e --config=./packages/e2e-tests/jest.config.js --listTests > ~/.jest-e2e-tests
89+ - npm run build
8790 - npm run test-e2e -- --ci --cacheDirectory="$HOME/.jest-cache" --runTestsByPath $( awk 'NR % 2 == 0' < ~/.jest-e2e-tests )
8891
8992 - name : E2E tests (Author without plugins) (2/2)
9295 - ./bin/setup-local-env.sh
9396 script :
9497 - $( npm bin )/wp-scripts test-e2e --config=./packages/e2e-tests/jest.config.js --listTests > ~/.jest-e2e-tests
98+ - npm run build
9599 - npm run test-e2e -- --ci --cacheDirectory="$HOME/.jest-cache" --runTestsByPath $( awk 'NR % 2 == 1' < ~/.jest-e2e-tests )
Original file line number Diff line number Diff line change 177177 "publish:dev" : " npm run build:packages && lerna publish --npm-tag next" ,
178178 "publish:prod" : " npm run build:packages && lerna publish" ,
179179 "test" : " npm run lint && npm run test-unit" ,
180- "pretest-e2e" : " concurrently \" ./bin/reset-e2e-tests.sh\" \" npm run build \" " ,
180+ "pretest-e2e" : " ./bin/reset-e2e-tests.sh" ,
181181 "test-e2e" : " wp-scripts test-e2e --config packages/e2e-tests/jest.config.js" ,
182182 "test-e2e:watch" : " npm run test-e2e -- --watch" ,
183183 "test-php" : " npm run lint-php && npm run test-unit-php" ,
You can’t perform that action at this time.
0 commit comments