We should create a script that read the test cases from this repository https://gitlab.cee.redhat.com/mobile/test-cases and generates one Jira Task for each test case.
Part of the script already exists inside the same repository. {code} ./utils.sh generate --help {code}
Acceptance criteria: * The script should generate all Tasks under a specific Epic * It must be possible to execute the script from a Jenkins job in the future * The script should have one option to export all test cases and one option to export only the must per build * Jenkins job in mobile jenkins |
|