![image](https://github.com/bhadmus/postman-playwright/raw/HEAD/shot/banners.jpg)
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
To convert to a javascript extension, do the following:
[!NOTE]
The default extension is Javascript so it isn't mandatory to add the flag -f
or --format
to specify the extension if you want to convert to Javascript.
To convert to a typescript extension, do the following:
What does it do presently?
[!NOTE]
This is a first release, the plugin shall be improved upon to better handle post-response tests and pre-request scripts.
If any variable is hyphenated, the variable.js
or variable.ts
file will be created with the hyphenated variable name and that will cause an error. Change variable names to camel case or snake case to avoid this.