init
This commit is contained in:
8
node_modules/cypress-cucumber-preprocessor/.scripts/runOnExample.bash
generated
vendored
Normal file
8
node_modules/cypress-cucumber-preprocessor/.scripts/runOnExample.bash
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/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
|
8
node_modules/cypress-cucumber-preprocessor/.scripts/runOnWebpackTypescriptExample.bash
generated
vendored
Normal file
8
node_modules/cypress-cucumber-preprocessor/.scripts/runOnWebpackTypescriptExample.bash
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
git clone --depth=1 https://github.com/TheBrainFamily/cypress-cucumber-webpack-typescript-example.git
|
||||
|
||||
cd cypress-cucumber-webpack-typescript-example
|
||||
npm install
|
||||
rm -rf node_modules/cypress-cucumber-preprocessor
|
||||
npm link cypress-cucumber-preprocessor
|
||||
npm run test
|
Reference in New Issue
Block a user