问题
When I hit the command npx cypress run
, my test run and videos are recorded and also a mochawesome report is generated and saved.
However when I run the test through cypress test runner, using the command cypress open
and then selecting a spec run, the tests run , but the videos and the report are not generated.
How can I make video/screenshot recording along with report generation using Cypress Test Runner?
来源:https://stackoverflow.com/questions/62628788/cypress-report-not-generating-while-running-tests-through-cypress-test-runner