Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1018 Bytes

Changelog.MD

File metadata and controls

27 lines (21 loc) · 1018 Bytes

18 July 2024

- Setted-up with all capabilities like cucumber-bdd, mochawesome, allure, esbuild, config files, type-definition files etc.

19 July 2024

- Sample API & UI code added with feature files and execution completed successfully.
- Started working on Challenger API (Alan Richardson) testing practice web-service.

20 July 2024

- Added get Todo request.
- Added schema validation for get Todo request.

21 July 2024

- Completed Basic API testing.
- Implemented JSON parsing, XML parsing for API response.
- Checking `sorry-cypress` Docker container for cypress dashboard and parallel execution.

22 July 2024

- Trying UI Testing Using Mocha Runner
- Set-up completed.
- Custom method added for Xpath support
- get attribute, get css value, get text

23 July 2024

- Worked on visibility checking capability
- Added custom method isVisible, isHidden
- Added Chainable method for assertion - 'mustBeVisble', 'mustBeHidden'