Run start date: {{startDate}} Duration: {{duration}}s
-
📚 total tests: {{totalTests}}
-
✔️ passed: {{passedTestsCount}}
-
❌ failed: {{failedTestsCount}}
-
🔜 skipped: {{skippedTestsCount}}
-
⚠️ skipped by Cypress: {{skippedCypressTestsCount}} -
❇️ other: {{otherTestsCount}}
{{#passedExists}}
Click to reveal
{{#passedTests}} ✔️ - Path: {{path}}, test: {{title}} {{/passedTests}}{{#failedExists}}
Click to reveal
{{#failedTests}}💢 - Path: {{path}}, test: {{title}} {{err.message}}
{{/failedTests}}
{{#skippedExists}}
Click to reveal
{{#skippedTests}}🔜 - Path: {{path}}, test: {{title}}{{/skippedTests}}{{#skippedCypressExists}}