toap
v1.0.1
Published
HTTP(S) script recorder for Artillery.io load testing tool.
Readme
Toap (तोप)
Toap (तोप) literary means artillery in Hindi.
This node app to record http(s) scripts for Artillery.io in JSON format.
Artillery.io is a new load testing tool based on node.js
Get Started
Install Node.js
Clone the repo
git clone https://abc- Install all dependencies
npm install- Run the tool
npm startFeatures
- Record the browser interactions without configuring browser network proxy settings.
- Calculate Think Time between requests.
- Configure to record think time and/or headers.
- Add comments to the script.
- Option to open new browser window instead of within an iframe.
- Download the JSON flow file at any point in time.
More Info
- Sites with multiple iframes will not open within the iframe, it is recommended to open in the new browser.
- The default browser client is chrome. If you need to change the browser option edit
config.jsonand change the browser to firefox/IE.
Known Issues
- If filename exists then it will append to the existing file.
- Websites with 'content-security-policy' will not display correctly within the iframe
TODO
- Better HTTPS support.
- Resolve site requests which have 'content-security-policy'.
