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

elm-spec-runner

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elm-spec-runner

Node CLI for Elm-Spec

  • 1.3.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3K
increased by3.86%
Maintainers
1
Weekly downloads
 
Created
Source

elm-spec-runner

Node CLI for Elm-Spec

Install

$ npm install --save-dev elm-spec-runner

Usage

Use elm-spec-runner to run elm-spec suites from the command line in the JSDOM environment.

$ elm-spec [options]

Options

--help -- Print options

--cwd -- Specify a different working directory; should contain the elm.json file for the specs.

--elm -- Specify path to elm executable. Defaults to elm

--specs -- Specify a glob for spec modules. Defaults to ./specs/**/*Spec.elm

--tag -- Specify a tag. Only scenarios with this tag will be executable. You may specify several tags.

--endOnFailure -- Stop the spec suite run on the first failure. Defaults to false

Keywords

FAQs

Package last updated on 09 Feb 2020

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