Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

protractor-fail-fast

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protractor-fail-fast - npm Package Versions

3.1.0

Diff

Changelog

Source

3.1.0

  • Add abortAllShards option to better support sharding tests.
updater
published 3.0.2 •

Changelog

Source

3.0.2

Fixes
  • Catch error when attempting to remove already removed fail file.
updater
published 3.0.1 •

Changelog

Source

3.0.0/3.0.1

NOTE: 3.0.1 technically contains breaking changes with respect to 3.0.0. However, since 3.0.0 was DOA, we're breaking with semver and releasing 3.0.1 as a patch anyway.

Breaking
  • Require protractor >= 4.0.4 as a peerDependency.
  • Rename "fail file" from .protractor-failed to .protractor-fail-fast.
  • Plugin installation changed. Inside the Protractor config file:
import failFast from 'protractor-fail-fast';

exports.config = {
  plugins: [
    failFast.init(),
  ],
  
  // Optional
  afterLaunch: function() {
    failFast.clean(); // Removes the fail file once all test runners have completed.
  },
}
Fixes
  • Upgrade Babel from version 5.x to 6.x.
updater
published 3.0.0 •

Changelog

Source

3.0.0/3.0.1

NOTE: 3.0.1 technically contains breaking changes with respect to 3.0.0. However, since 3.0.0 was DOA, we're breaking with semver and releasing 3.0.1 as a patch anyway.

Breaking
  • Require protractor >= 4.0.4 as a peerDependency.
  • Rename "fail file" from .protractor-failed to .protractor-fail-fast.
  • Plugin installation changed. Inside the Protractor config file:
import failFast from 'protractor-fail-fast';

exports.config = {
  plugins: [
    failFast.init(),
  ],
  
  // Optional
  afterLaunch: function() {
    failFast.clean(); // Removes the fail file once all test runners have completed.
  },
}
Fixes
  • Upgrade Babel from version 5.x to 6.x.
updater
published 2.0.0 •

Changelog

Source

2.0.0

Breaking
  • Require protractor >= 2.2.0 as a peerDependency.
Fixes
  • Make plugin compatible with the new plugin system introduced in protractor 2.2.0.
updater
published 1.0.2 •

Changelog

Source

1.0.2

Fixes
  • Add protractor as a < 2.2.0 peerDependency to indicate that 1.x isn't compatible with protractor 2.2.0 and above.
updater
published 1.0.1 •

updater
published 1.0.0 •

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