An open API service indexing awesome lists of open source software.

https://github.com/hananurrehman/playwrightapitest

I created this project for some PoC and R&D into API testing with Playwright (More detailed project coming soon)
https://github.com/hananurrehman/playwrightapitest

api-automation api-testing playwright typescript

Last synced: 5 months ago
JSON representation

I created this project for some PoC and R&D into API testing with Playwright (More detailed project coming soon)

Awesome Lists containing this project

README

        

# Playwright API testing Practice Project

I created this project for some PoC and R&D into API testing with Playwright:
(More detailed project coming soon)

## Practice Notes App by Expand Testing

The test web app I selected is

- https://practice.expandtesting.com/notes/app/

After forking, execute the following command:

```bash
npm install
```

To run the tests, execute the following command:

```bash
npx playwright test
```