Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postwright

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postwright

Convert Postman Collections to Playwright scripts

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

image

Convert your postman collections to playwright scripts.


This is the pilot release of this plugin. It basically converts your large postman collections into playwright scripts

Installation

  • Run npm install -g postwright

Usage

  • Create a folder and navigate into it then run postwright -c <location-of-saved-postman-collection> or postwright --convert <location-of-saved-postman-collection> or postwright convert <location-of-saved-postman-collection>

  • You can alternatively run postwright -c <location-of-saved-postman-collection> -o <preferred-location-to-save-the-converted-script or postwright -c <location-of-saved-postman-collection> --output <preferred-location-to-save-the-converted-script

What does it do presently?


  • The current release converts your collections into playwright version.

  • Creates a variables.js and variables.json files leaving you to decide how you want to parse in saved variables

  • Offers basic post-response assertions which are status code and response time. It extracts the title of other tests so that you can write them manually.

[!NOTE] This is a first release, the plugin shall be improved upon to better handle post-response tests and pre-request scripts.

FAQs

Package last updated on 19 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc