Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 1.9 KB

exercise3.md

File metadata and controls

47 lines (25 loc) · 1.9 KB

Exercise 3: Test TODO app

In the tests directory is a file called todo.spec.js in which you'll find some scenario's to be implemented. Use the todo.page.js to create a page object to be used in your tests. The exercises can be found in the todo.spec.js file marked as #1 #2, etc

NOTE: for each step, remove the .skip from the scenario and run npm test to check if the test works as expected NOTE: you can add .only to a scenario to run only that specific scenario NOTE: for more information about the page object pattern check here

Step 1

Step 2

Step 3

Step 4

Step 5

Step 6

Step 7

Step 8

Step 9

Step 10