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
would it be possible to open the coverage report with a preselection of the dropdowns for test suite, model and run?
Background: we embed the coverage report into out own test results webpage, where we display the inputs and outputs of each test case. We would like to provide a link for each test case, that goes directly to the coverage of that particular test case.
Like report.html?suite=OrderProcessTest&model=order-process&run=testHappyPath
I tried to look at the code for the html, but the javascript seems to be minified. Is it maintained somewhere else?
Thanks a lot!
The text was updated successfully, but these errors were encountered:
This sounds like a good enhancement. Actually there are some changes I would like to see on the report page.
The source is hosted here https://github.com/Miragon/flowcov-viewer and therefore not directly hosted in this repository.
Hi,
would it be possible to open the coverage report with a preselection of the dropdowns for test suite, model and run?
Background: we embed the coverage report into out own test results webpage, where we display the inputs and outputs of each test case. We would like to provide a link for each test case, that goes directly to the coverage of that particular test case.
Like
report.html?suite=OrderProcessTest&model=order-process&run=testHappyPath
I tried to look at the code for the html, but the javascript seems to be minified. Is it maintained somewhere else?
Thanks a lot!
The text was updated successfully, but these errors were encountered: