File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed
src/test/java/dev/openfeature/sdk/e2e/steps Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 614614 </arguments >
615615 </configuration >
616616 </execution >
617- <execution >
618- <id >copy-evaluation-gherkin-tests</id >
619- <phase >validate</phase >
620- <goals >
621- <goal >exec</goal >
622- </goals >
623- <configuration >
624- <!-- copy the feature spec we want to test into resources so them can be easily loaded -->
625- <executable >cp</executable >
626- <arguments >
627- <argument >spec/specification/assets/gherkin/evaluation.feature</argument >
628- <argument >src/test/resources/features/</argument >
629- </arguments >
630- </configuration >
631- </execution >
632617 </executions >
633618 </plugin >
634619 </plugins >
Original file line number Diff line number Diff line change 1- package dev .openfeature .sdk .e2e .evaluation ;
1+ package dev .openfeature .sdk .e2e .steps ;
22
33import static dev .openfeature .sdk .testutils .TestFlagsUtils .buildFlags ;
44import static org .junit .jupiter .api .Assertions .assertEquals ;
You can’t perform that action at this time.
0 commit comments