Cypress 12.12 with Functional Programming
Scope : API - https://reqres.in
- Get
- Post
UI - https://demo.aspnetawesome.com/
- Browse to aspnetawesome, then switch to ASP page
- Filter values to find person named 'Alan'
- Verify Result
Structure : e2e - stores the test suite, and categorize in two section. api - for api testing web - for ui testing fixtures - where testdata is stored pages - this folder is used for storing the functions per object.