-
Notifications
You must be signed in to change notification settings - Fork 58
chore: various gherkin improvements for e2e tests #1008
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
toddbaert
merged 14 commits into
open-feature:main
from
open-feature-forking:feat/gherkin_for_real
Nov 6, 2024
Merged
Changes from 5 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
804a549
chore(deps): update dependency ts-jest to v29.2.0 (#991)
renovate[bot] 10df4a4
feat: change e2e test to autobinding
aepfli 094cb19
fixup: revert generalization attempt
aepfli 5e5eac9
fixup: add gherkin for flagd-web adn minor improvements
aepfli 07e27ce
fixup: reduce code duplications
aepfli d323116
fixup: linting
aepfli f25384e
fixup: reduce code duplications
aepfli 0e65c55
Merge branch 'main' into feat/gherkin_for_real
aepfli 4afc600
fixup: reduce code duplications
aepfli df662f0
Update libs/providers/flagd/src/e2e/tests/rpc-reconnect.spec.ts
aepfli 669ce0e
Update libs/providers/flagd/src/e2e/tests/rpc.spec.ts
aepfli f0b1dd1
Update libs/providers/flagd-web/project.json
aepfli af7956d
fixup: pr changes
aepfli 73603e5
Merge branch 'main' into feat/gherkin_for_real
aepfli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule schemas
updated
from 1ba4b0 to 76d611
Submodule spec
deleted from
eaa44d
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| import { getGherkinTestPath } from '@openfeature/flagd-core'; | ||
|
|
||
| export const FLAGD_NAME = 'flagd-web'; | ||
|
|
||
| export const IMAGE_VERSION = 'v0.5.6'; | ||
| export const GHERKIN_EVALUATION_FEATURE = getGherkinTestPath('flagd.feature'); |
This file was deleted.
Oops, something went wrong.
Empty file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| export * from './constants'; | ||
| export * from './step-definitions'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.