You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@ This toolkit is really a culmination of 10 years of working with teams building
14
14
15
15
You'll find no junk (hopefully) here, but it's a fairly opinionated approach:
16
16
- There's no mass "wrapper" on Selenium - that's dumb
17
-
- There's no Cucumber - Acceptance Test Driven Development is overkill, and we won't help you do it, it's not solving the problem you think it is ;)
18
17
- We suggest using the Page Object Model, it's generally a good idea and we provide a starting point for this
19
18
- We resolve Driver binaries from WebDriverManager (https://github.com/bonigarcia/webdrivermanager)
20
19
- We provide random test data generators from Mockneat (https://github.com/nomemory/mockneat) and UK Gov (https://github.com/dwp/nino-format-validation) as well as some of our own (for dates and stuff)
0 commit comments