js-sdk-contrib
js-sdk-contrib copied to clipboard
chore: flagd gherkin improvements
This PR
- using gherkin auto binding as described in #986
- unify the location for the test harness, spec and the auto binding files within flagd-core instead of flagd and flagd-web
- removing file operations to move the feature files before execution into a seperate folder (no need for this anymore)
- removed step definitions and constants of e2e tests from the built package
Related Issues
Fixes #986
Follow-up Tasks
currently the path for the gherkin feature files is 'hardcoded' and not autmatically resolved relatively to the test (maybe somebody has a good idea for this)