6.1.1 • Published 3 months ago

@badeball/cypress-configuration v6.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

cypress-configuration

Build status Npm package weekly downloads

A re-implementation of Cypress' configuration resolvement and search for test files. These mechanisms aren't exposed by Cypress, but are nonetheless necessary for EG. @badeball/cypress-cucumber-preprocessor, @badeball/cypress-parallel and the upcoming VSCode extention for the Cypress + Cucumber integration.

Installation

$ npm install @badeball/cypress-configuration

Usage

import { getConfiguration } from "@badeball/cypress-configuration";

const { fixturesFolder, integrationFolder } = getConfiguration({
  cwd: process.cwd(),
  env: process.env,
  argv: ["--config", "integrationFolder=cypress/custom-location"]
});

console.log(fixturesFolder); // => "cypress/fixtures"
console.log(integrationFolder); // => "cypress/custom-location"
6.1.1

3 months ago

6.1.0

11 months ago

6.0.0

1 year ago

6.0.0-rc1

1 year ago

5.0.0

1 year ago

4.2.0

2 years ago

3.0.0-rc1

2 years ago

3.0.0

2 years ago

4.1.0

2 years ago

4.0.0

2 years ago

4.0.0-rc1

2 years ago

2.1.0-rc1

2 years ago

2.1.0

2 years ago

1.0.2

2 years ago

2.0.0

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.0-rc1

3 years ago