Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 2 days 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/

This project contains UI and API tests. The goal is to have UI tests that use API calls as well as having separate API tests.

After forking, execute the following command:

```bash
npm install
```

To run the tests, execute the following command:

```bash
npx playwright test
```