Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

codewithmmak/playwright-api-testing

Repository files navigation


Playwright API Testing Setup Guide


This is a Playwright API testing framework designed to demonstrate playwright api testing example

Features of this framework

  • Playwright API Testing

Getting started

Pre-requisites

  • Download and install Node.js
  • Download and install any Text Editor like Visual Code/Sublime/Brackets

Setup Scripts

  • Clone the repository into a folder
  • Go to Project root directory and install Dependency: npm install
  • All the dependencies from package.json would be installed in node_modules folder.

Install Visual Code Extension (Optional)

Update Visual Code Settings

  • Go to Visual Code Preference > Setting and search formatOnSave and enable/ON it.

How to Run Test Locally

  • Go to the Project root directory and run command: npm test

How to Run Single Spec Locally

  • Go to the Project root directory and run command: npx playwright test tests/01_post_static_data.spec.js

How to view default Playwright HTML report

  • Go to the Project root directory: ./playwright-report/index.html

Playwright HTML Test Report

Playwright HTML Test Report

About

This is a Playwright API testing framework designed to demonstrate playwright api testing example

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /