Skip to content

Commit

Permalink
update ci matrix grep
Browse files Browse the repository at this point in the history
  • Loading branch information
Romarionijim committed Apr 6, 2024
1 parent 2f5c156 commit d57a4ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
run: npx playwright test --grep ${{ matrix.greps }}
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# TypeScript-Playwright-Api-Example
* This is an API automation infra mini project that covers 3 different entities/recources with different URLs and endpoints
In this project I'm using TypeScript with Playwright API request object for api automation development and testing => https://playwright.dev/docs/api-testing
* 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.

0 comments on commit d57a4ba

Please sign in to comment.