You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@MHazenHT Hi!
It works a little differently. When you specify a plan ID in the configuration, the reporter creates a new test run with the specified plan ID. You can see this in the test run or test plan.
Thank you. Thats not what the documentation led me to believe. I was hoping for a mixed test run in a plan that had both automated and manual tests so that a plan could have some portion completed by automation.
@MHazenHT You can create a test plan with a combination of manual and automated tests. Run automated tests with the test plan specified. Automated tests will get results from the reporter, and the rest will need to be run manually.
specifying a dynamic plan ID in the config
testops: { plan: { id: process.env.QASE_PLAN_ID ? parseInt(process.env.QASE_PLAN_ID, 10) : undefined, },
then running environment variables at the command line:
QASE_MODE=testops QASE_TESTOPS_API_TOKEN=REDACTED QASE_TESTOPS_PROJECT=ATS QASE_PLAN_ID=5 yarn cypress run
Having verified the plan ID at https://app.qase.io/plan/ATS/5#details
No results are sent to the test runs tab for the specified plan.
The text was updated successfully, but these errors were encountered: