doc-detective / doc-detective-core

The NPM package that powers Doc Detective's testing functionality.
https://doc-detective.com
MIT License
8 stars 2 forks source link

Capture groups for detected steps #146

Closed hawkeyexl closed 4 months ago

hawkeyexl commented 4 months ago

Standardizes regex behavior for detecting markup between runTests and runCoverage actions by matching the whole match AND capture groups, and mapping them to numbered variables in defined steps.

Also allows for defining markup actions as whole sequences of stanard step definitions rather than vaguely structure constructions.