Skip to content

Commit

Permalink
feat: change e2e test to autobinding
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Schrottner <[email protected]>
  • Loading branch information
aepfli committed Jul 12, 2024
1 parent 9b7faec commit f9ba61f
Show file tree
Hide file tree
Showing 37 changed files with 676 additions and 1,026 deletions.
16 changes: 8 additions & 8 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
path = libs/providers/flagd-web/schemas
url = https://github.com/open-feature/schemas
[submodule "libs/providers/flagd/spec"]
path = libs/providers/flagd/spec
url = https://github.com/open-feature/spec.git
[submodule "libs/providers/flagd-web/spec"]
path = libs/providers/flagd-web/spec
url = https://github.com/open-feature/spec.git
path = libs/providers/flagd/spec
url = https://github.com/open-feature/spec.git
[submodule "libs/shared/flagd-core/flagd-schemas"]
path = libs/shared/flagd-core/flagd-schemas
url = https://github.com/open-feature/flagd-schemas.git
[submodule "libs/providers/flagd/flagd-testbed"]
path = libs/providers/flagd/flagd-testbed
url = https://github.com/open-feature/flagd-testbed.git
[submodule "libs/shared/flagd-core/test-harness"]
path = libs/shared/flagd-core/test-harness
url = https://github.com/open-feature/flagd-testbed
[submodule "libs/shared/flagd-core/spec"]
path = libs/shared/flagd-core/spec
url = https://github.com/open-feature/spec
14 changes: 1 addition & 13 deletions libs/providers/flagd-web/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,6 @@
}
]
},
"pullTestHarness": {
"executor": "nx:run-commands",
"options": {
"commands": [
"git submodule update --init spec",
"rm -f -r ./src/e2e/features/*",
"cp -v ./spec/specification/assets/gherkin/evaluation.feature ./src/e2e/features/"
],
"cwd": "libs/providers/flagd-web",
"parallel": false
}
},
"e2e": {
"executor": "nx:run-commands",
"options": {
Expand All @@ -84,7 +72,7 @@
"target": "generate"
},
{
"target": "pullTestHarness"
"target": "flagd-core:pullTestHarness"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion libs/providers/flagd-web/schemas
3 changes: 0 additions & 3 deletions libs/providers/flagd-web/src/e2e/constants.ts

This file was deleted.

1 change: 0 additions & 1 deletion libs/providers/flagd-web/src/e2e/features/.gitignore

This file was deleted.

Empty file.
339 changes: 0 additions & 339 deletions libs/providers/flagd-web/src/e2e/step-definitions/evaluation.ts

This file was deleted.

Loading

0 comments on commit f9ba61f

Please sign in to comment.