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
Executable File
Raw
Blame
History
#!/usr/bin/env bash
if
[
[
${
RUN_E2E
}
=
=
1
]
]
;
then
npm install
npm run test:e2e
fi
Reference in New Issue
View Git Blame
Copy Permalink