New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zywave/earendil

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zywave/earendil

Earendil is a utility to make defining performance and stability testing for web applications simple.

  • 1.1.6
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

earendil

Earendil is a utility to make defining performance and stability testing for web applications simple.

Example:

> earendil run -f test.json

Installation

$ yarn add -D @zywave/earendil

OR

$ npm -i -D @zywave/earendil

Usage

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

  1. yarn install

  2. yarn run build

  3. yarn link

  4. Add a .env file to the root of this project.

  5. Modify test/script.json with target URI, username, etc.

  6. Supply a PASSWORD environment variable definition, e.g.:

    PASSWORD="password"
    
  7. Run earendil:

    > earendil run -f test/script.json
    

FAQs

Package last updated on 04 Nov 2021

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