@zywave/earendil
v1.1.6
Published
Earendil is a utility to make defining performance and stability testing for web applications simple.
Readme
earendil
Earendil is a utility to make defining performance and stability testing for web applications simple.
Example:
> earendil run -f test.jsonInstallation
$ yarn add -D @zywave/earendilOR
$ npm -i -D @zywave/earendilUsage
For CLI usage, check out our CLI docs.
For information about what steps are and how to use them, check out our steps docs.
And for the raw schema, you can find that here.
Running locally
yarn install
yarn run build
yarn link
Add a .env file to the root of this project.
Modify test/script.json with target URI, username, etc.
Supply a PASSWORD environment variable definition, e.g.:
PASSWORD="password"Run earendil:
> earendil run -f test/script.json
