github.com/myafeier/fabric@v1.0.1-0.20170722181825-3a4b1f2bce86/test/regression/weekly/README.md (about) 1 # Weekly Test Suite 2 [Click here for Weekly Test Suite Status Page (WIP)](link TBD) Each testcase title provides the test objective and the Jira issue that contains more details. 3 4 ## Test Details 5 Refer to [../daily/README](../daily/README.md) Everything there is relevant. 6 7 ## Execute all tests in this directory 8 The tests are split into groups; each could be executed by different CI jobs in parallel. 9 10 ``` 11 cd /path/to/fabric/test/regression/weekly 12 ``` 13 14 ``` 15 ./runGroup1.sh 16 ./runGroup2.sh 17 ./runGroup3.sh 18 ``` 19 20 21 <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. 22 s