Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Tags
#bash #bdd
Question
How to skip scenarios ?
Answer
export SKIP_TEST=12 bash my_bash_test.sh

Tags
#bash #bdd
Question
How to skip scenarios ?
Answer
?

Tags
#bash #bdd
Question
How to skip scenarios ?
Answer
export SKIP_TEST=12 bash my_bash_test.sh
If you want to change selection, open document below and click on "Move attachment"

GitHub - voiski/bash_spec: BDD for bash
idate' Row 'v' 'validate' Skip scenarios You can skip a number of scenarios in order to resume from failing scenarios for example. Or if you are adding a new one and you want to run from there. <span>export SKIP_TEST=12 bash my_bash_test.sh It times it fails, it prints the scenario number: --Error! THEN It should be valid somehing (test 14) How To extend? Initilization You may need to initialize some variables or even clea

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.