cucumber / cucumber/cucumber-node

Configuration

Open
#13 0 comments 0 reactions 1 assignee Claimed by @davidjgoss View on GitHub
architecture
Dominant language
TypeScript
Stars
11
Forks
1
Avg merge
13h 45m
Merged PRs (30d)
19

Description

Currently there are no configuration options for cucumber-node - everything hangs off what `node --test` does from its own arguments.

But we'll need some configuration options sooner or later. Examples:

- https://github.com/cucumber/cucumber-node/issues/9
- https://github.com/cucumber/cucumber-node/issues/10

It's fair to assume that users will want to:

- Have some options that always apply, in a file
- Override those options run-by-run, sometimes

As with other things, we want to lean into Node.js conventions and not reinvent the wheel. Some options (multiple choice):

- Support environment variables, and encourage users to lean into Node.js support for `.env` files
- Use the nascent Node.js config file
- Have our own config file

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.