We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When a TestRun was created from a TestSuite execution, we are missing the Part of TestSuite label in the test run detail page.
TestRun
TestSuite
Part of TestSuite
To Reproduce Steps to reproduce the behavior:
Expected behavior We should see a Part of TestSuite label when the TestRun was created from a TestSuite execution.
Screenshots
Additional context The test run api is missing the following fields:
testSuiteId?: string; testSuiteRunId?: number;
The text was updated successfully, but these errors were encountered:
This is way more complex than expected. Got stuck in a loop hole. I'll go back to this later.
This revealed a big issue that our repository cache was hiding but I'm not sure what it is yet.
Sorry, something went wrong.
mathnogueira
No branches or pull requests
Describe the bug
When a
TestRun
was created from aTestSuite
execution, we are missing thePart of TestSuite
label in the test run detail page.To Reproduce
Steps to reproduce the behavior:
Expected behavior
We should see a Part of TestSuite label when the TestRun was created from a TestSuite execution.
Screenshots
Additional context
The test run api is missing the following fields:
The text was updated successfully, but these errors were encountered: