9 lines
250 B
Bash
9 lines
250 B
Bash
#!/usr/bin/env bash
|
|
git clone --depth=1 https://github.com/TheBrainFamily/cypress-cucumber-example.git
|
|
|
|
cd cypress-cucumber-example
|
|
npm install
|
|
rm -rf node_modules/cypress-cucumber-preprocessor
|
|
npm link cypress-cucumber-preprocessor
|
|
npm run test:all
|