Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerosh authored Aug 30, 2024
1 parent 9a36924 commit 85329ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# apiChallenges.github.io
All the exercises I have used are the challenges that Alan Richardson created. He owns the demo application used to test the API. I want to thank him from the bottom of my heart for his efforts in creating these challenges and hosting this site free of cost for all new learners.
https://www.eviltester.com/page/tools/apichallenges/<br>
This is a collection of exercises for API testing using Playwright. Special attention is given to utilising Playwright's features for API testing. The code is committed to different branches. The main branch is where the base code exists. The next branch, level 1, uses some more features of Playwright and tries to address the limitations identified in the base code. This is an evolving process, and the iteration continues.
This is a collection of exercises for API testing using Playwright. Special attention is given to utilising Playwright's features for API testing. The code is committed to different branches. The main branch contains the base code. The next branch, level 1, uses some more features of Playwright and tries to address the limitations identified in the base code. This is an evolving process, and the iteration continues.<br>
**Features**
- Comprehensive API Testing:
- GET Requests: Validate retrieval of data from endpoints.
Expand Down

0 comments on commit 85329ef

Please sign in to comment.