This website requires JavaScript.
Explore
Help
Sign In
Steve-Dee-Designs
/
woocommerce
mirror of
https://github.com/woocommerce/woocommerce.git
Watch
1
Star
0
Fork
You've already forked woocommerce
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9d219dc5e0
woocommerce
/
tests
/
bin
/
run-e2e-CI.sh
6 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
Run e2e tests on Travis builds (#18374)
2018-01-18 18:42:19 +00:00
#!/usr/bin/env bash
if
[
[
${
RUN_E2E
}
=
=
1
]
]
;
then
Add `npm install` to the Travis implementation for running e2e tests
2019-11-27 00:25:11 +00:00
npm install
Update docker-compose file & setup running e2e tests on Travis CI
2019-11-26 20:34:00 +00:00
npm run test:e2e
Run e2e tests on Travis builds (#18374)
2018-01-18 18:42:19 +00:00
fi