🚧 This page is still a work-in-progress ...
Here are some more advanced tips & tricks when writing a well-organized, efficient and effective end-to-end test suite.
Overview
- Learn to use
Base
page objects for sharing common functionality - Learn to use
browser.debug()
while developing your e2e tests
- Change to the correct directory
cd exercise-8
- Install dependencies
npm i
(todo)
(todo)
✅ This page should help you understand how to scale your tests cleanly using Base page objects, and improve your developer experience (dx) with browser.debug()
.
- We learned how to use
Base
page objects for sharing common functionality - We learned a developer experience trick using
browser.debug()
while developing our e2e tests
Nothin'. You've reached the end! 🏁
If you liked this workshop, be sure to "star" this repo!
I may add more exercises as time goes by, so be sure to "watch" this repo so that you are notifed when I add or improve on this content.