Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit 106e658

Browse files
committed
add more lines to the table
1 parent 53046a7 commit 106e658

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Test can interact with component | synthetic limited API | use any [Cypress comm
2424
Test can be debugged | via terminal and Node debugger | use browser DevTools
2525
Built-in time traveling debugger | ❌ | Cypress time traveling debugger
2626
Re-run tests on file or test change | ✅ | ✅
27+
Test output on CI | terminal | terminal, screenshots, videos
2728
Tests can be run in parallel | ✅ | ✅ via [parallelization](https://on.cypress.io/parallelization)
2829
Test against interface | if using `@testing-library/react` | ✅ and can use `@testing-library/cypress`
2930
Spying and mocking | Jest mocks | Sinon library

0 commit comments

Comments
 (0)