Skip to content

Commit db8fdf6

Browse files
authored
Update README.md
1 parent a04d938 commit db8fdf6

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,24 @@
1111
- Custom Scripts
1212
- Cross-browser testing
1313

14-
### To Install Dependencies use:
14+
### - To Install Dependencies use:
1515

1616
`Npm install`
1717

18-
### To Run tests in Cypress use:
18+
### - To Run tests in Cypress use:
1919

2020
`npx cypress open`
2121

22+
### - (API Testing) For API Test scenarios, run the following file:
2223

24+
`apiTests.cy.js`
25+
26+
### - (UI Testing) For Login Scenarios with Error validation, run the following file:
27+
28+
`loginConduit.cy.js`
29+
30+
### - (UI, Hooks, Commands) For End-to-end functionality, broken down into 4 smaller tests, run the following file:
31+
32+
`functionalityTests.cy.js`
33+
34+
### - The loginWeather.cy.js is a Work In Progress and ON HOLD for now as the Weather.com site appears to have some errors

0 commit comments

Comments
 (0)