We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d2930c commit 6a4aa1eCopy full SHA for 6a4aa1e
packages/driver/src/cypress.ts
@@ -856,7 +856,7 @@ class $Cypress {
856
const tests = this.runner.getTestsState(testId)
857
let runState: RunState = {
858
currentId: testId,
859
- tests: this.runner.getTestsState(testId),
+ tests,
860
startTime: this.runner.getStartTime(),
861
emissions: this.runner.getEmissions(),
862
passed: this.runner.countByTestState(tests, 'passed'),
0 commit comments