Skip to content
Permalink
Browse files
Tested and works on production
  • Loading branch information
harjaus committed Oct 31, 2019
1 parent 1c6d8bd commit 6c011c3a62292c8ddbbd55e2be6ec16677a6fbc9
Showing 1 changed file with 2 additions and 1 deletion.
@@ -1,5 +1,6 @@
#!/usr/bin/env bash

node index.js&
node_modules/.bin/cucumber-js ./features -r ./steps
node_modules/.bin/cucumber-js ./features -r ./steps &
sleep 3
pkill node

0 comments on commit 6c011c3

Please sign in to comment.