@cucumber/ci-environment

v7.0.0
Detect CI Environment from environment variables
cucumber

pretest

npm run generate-ci-environments-ts

test

mocha

prepublishOnly

tsc --build tsconfig.build.json

eslint-fix

eslint --ext ts,tsx --max-warnings 0 --fix src test

eslint

eslint --ext ts,tsx --max-warnings 0 src test

generate-ci-environments-ts

cat CiEnvironments.ts.header > src/CiEnvironments.ts && cat ../CiEnvironments.json >> src/CiEnvironments.ts && eslint --fix src/CiEnvironments.ts
npm i @cucumber/[email protected]

Metadata

  • MIT
  • Whatever
  • Cucumber Limited
  • released 12/8/2021

Downloads