-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee47064
commit 955336a
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
# TypeScript-Playwright-Api-Example | ||
* This is an API automation infra mini project that covers 3 different entities with different URLs and endpoints | ||
* to navigate this infra - it goes as the following structure | ||
* for the infra => infra folder => api => apiRequests - this contains the base api requests that has reusable functions that handle rest api CRUD operations including pagination | ||
* entities => represents the infra and functions for the specific entities that are testes. | ||
* test => tests folder - contains basic tests for those entities and endpoints | ||
* keep in mind that the gorestapi endpoint is not flexible and has a lot of bugs on their end. |