Create testcases in testcases project
Add testcases with the create-testscases
job in support of Q4 KR at gitlab-com/www-gitlab-com#9505 (closed). This enables the test and create jobs to be run in the following ways:
-
test:create-testcases:
- manual job withCI_MERGE_REQUEST_ID
else never -
create-testcases
- manual job for pipelines triggered fromweb
withACTION
variable ofCREATE_TESTCASES
against master
This job uses an existing API access token for @gitlab-qa GITLAB_QA_PRODUCTION_ACCESS_TOKEN
instead of @gitlab-bot token.
The create job does not need to be scheduled at the moment so we are using web
as the source.
Edited by Kyle Wiebers