Skip to content

Commit ee4fe62

Browse files
committedMar 13, 2020
+ Dev.to link
1 parent d847320 commit ee4fe62

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

Diff for: ‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Testing the test systems: CodeceptJS + Playwright vs Cypress
22

3-
[CodeceptJS](https://codecept.io/) & [Playwright](https://github.com/microsoft/playwright) seems like a good, though newer, combo for automation testing. [Cypress](https://github.com/cypress-io/cypress) is mature and has a slick GUI. I used this repo to test the testers, then wrote about on Dev.io.
3+
[CodeceptJS](https://codecept.io/) & [Playwright](https://github.com/microsoft/playwright) seems like a good, though newer, combo for automation testing. [Cypress](https://github.com/cypress-io/cypress) is mature and has a slick GUI. I used this repo to test the testers, then wrote about on [Dev.to](https://dev.to/tombyrer/testing-testers-codeceptjs-playwright-vs-cypressio-28pc).
44

55
### Usage
66

Diff for: ‎article.md

-1
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,3 @@ However, if you have a more junior test team, prefer to use a product backed by
134134
*Aside*: if you get tired of Codecept, you *could* use Playwright directly, but you'll have to rewrite the tests. But I feel Codecept makes life more tester-friendly, so it is worth the extra overhead.
135135

136136
I hope you enjoyed this overview! Please add comments & suggestions below.
137-

0 commit comments

Comments
 (0)
Please sign in to comment.