vitest-cucumber
Use gherkin in your unit tests with vitest
File Explorer
Download Latest Version (.zip)- cli.ts
- generateFile.ts
- FeatureContentReader.spec.ts
- browser.spec.ts
- index.ts
- load-feature.ts
- readfile.ts
- errors.spec.ts
- errors.ts
- Background.spec.ts
- model.spec.ts
- parser.spec.ts
- readfile.spec.ts
- readline.feature
- ExpressionStep.spec.ts
- custom.ts
- ExpressionStep.ts
- regexes.ts
- symbolToCode.json
- SpokenParser.spec.ts
- SpokenParser.ts
- Background.ts
- feature.ts
- index.ts
- Rule.ts
- scenario.ts
- ScenarioParent.ts
- step.ts
- Stepable.ts
- Taggable.ts
- parser.ts
- readfile.ts
- background-ast.feature
- background-ast.spec.ts
- comments-ast.feature
- comments-ast.spec.ts
- lang-ast.feature
- lang-ast.spec.ts
- rule-ast.feature
- rule-ast.spec.ts
- scenario-ast.feature
- scenario-ast.spec.ts
- steps-ast.feature
- steps-ast.spec.ts
- spec-utils.ts
- vitest-plugin.feature
- vitest-plugin.spec.ts
- AstUtils.ts
- BackgroundAst.ts
- BaseAst.ts
- FeatureAst.ts
- RuleAst.ts
- ScenarioAst.ts
- StepableAst.ts
- StepAst.ts
- index.ts
- context.spec.ts
- skip-background.spec.ts
- skip-rule.spec.ts
- skip-scenario-outline.spec.ts
- skip-scenario.spec.ts
- skip-background.spec.ts
- skip-scenario-outline.spec.ts
- skip-scenario.spec.ts
- define-step-orders.spec.ts
- define-steps.spec.ts
- on-step-error.spec.ts
- sequalize-and-hooks.spec.ts
- step-context.spec.ts
- step-expressions.spec.ts
- exclude-tags.spec.ts
- handle-tags.spec.ts
- configuration.spec.ts
- define-feature.spec.ts
- define-steps-expressions.feature
- define-steps-expressions.spec.ts
- describe-feature.spec.ts
- describe-scenario-outline.spec.ts
- example.feature
- load-feature.spec.ts
- mapped-variables.spec.ts
- scenario.spec.ts
- define-step-test.ts
- describe-background.ts
- describe-scenario-outline.ts
- describe-scenario.ts
- handle-skip-only.ts
- types.ts
- ScenarioStateDetector.ts
- configuration.ts
- define-feature.ts
- describe-feature.ts
- load-feature.ts
- types.ts
- load-feature.ts
- module.ts
- parsecurrency.d.ts
- .deepsource.toml
- .gitignore
- .ncurc.json
- .npmrc
- .nvmrc
- biome.json
- commitlint.config.js
- justfile
- lefthook.yml
- package-lock.json
- package.json
- prebuild.js
- README.md
- tsconfig.common.json
- tsconfig.json
- tsconfig.vitest.json
- tsdown.config.ts
- vitest.config.ts
- vitest.setup.ts
# Installation Guide
1. Get the code
git clone https://github.com/amiceli/vitest-cucumber
Downloads the entire project code from GitHub to your computer.
cd vitest-cucumber
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install @amiceli/vitest-cucumber -D
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
