Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cypress reporter doesnt report to a test plan run report #710

Open
MHazenHT opened this issue Nov 18, 2024 · 3 comments
Open

cypress reporter doesnt report to a test plan run report #710

MHazenHT opened this issue Nov 18, 2024 · 3 comments

Comments

@MHazenHT
Copy link

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.

@gibiw
Copy link
Contributor

gibiw commented Nov 19, 2024

@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.
image
image

@MHazenHT
Copy link
Author

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.

@gibiw
Copy link
Contributor

gibiw commented Nov 19, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants