Skip to content

Commit 250c884

Browse files
author
Bernd Warmuth
committed
chore: updated git sub module to point to spec repo containing the tests definitions
Signed-off-by: Bernd Warmuth <[email protected]>
1 parent 234062c commit 250c884

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "test-harness"]
2-
path = test-harness
3-
url = https://github.com/open-feature/test-harness
1+
[submodule "spec"]
2+
path = spec
3+
url = https://github.com/open-feature/spec/

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you're adding tests to cover something in the spec, use the `@Specification`
2323

2424
## End-to-End Tests
2525

26-
The continuous integration runs a set of [gherkin e2e tests](https://github.com/open-feature/test-harness/blob/main/features/evaluation.feature) using `InMemoryProvider`.
26+
The continuous integration runs a set of [gherkin e2e tests](https://github.com/open-feature/spec/blob/main/specification/assets/gherkin/evaluation.feature) using `InMemoryProvider`.
2727

2828
to run alone:
2929
```

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -554,22 +554,21 @@
554554
<argument>submodule</argument>
555555
<argument>update</argument>
556556
<argument>--init</argument>
557-
<argument>test-harness</argument>
557+
<argument>spec</argument>
558558
</arguments>
559559
</configuration>
560560
</execution>
561561
<execution>
562-
<id>copy-gherkin-tests</id>
562+
<id>copy-evaluation-gherkin-tests</id>
563563
<phase>validate</phase>
564564
<goals>
565565
<goal>exec</goal>
566566
</goals>
567567
<configuration>
568568
<!-- copy the feature spec we want to test into resources so them can be easily loaded -->
569-
<!-- run: cp test-harness/features/evaluation.feature src/test/resources/features/ -->
570569
<executable>cp</executable>
571570
<arguments>
572-
<argument>test-harness/features/evaluation.feature</argument>
571+
<argument>spec/specification/assets/gherkin/evaluation.feature</argument>
573572
<argument>src/test/resources/features/</argument>
574573
</arguments>
575574
</configuration>

spec

Submodule spec added at d4a9a91

0 commit comments

Comments
 (0)