-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add cucumber submodule for tests, remove Antares_Simulator_Tests_NR #2440
base: develop
Are you sure you want to change the base?
Conversation
This reverts commit e508b68.
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The idea of the cucumber tests in the end is to migrate all existing tests in Antares_Simulator_Tests_NR to the new cucumber "run & check" scripts. So we will still need all studies that are in that repo. What purpose does this PR serve?
To have a smaller repository used only by cucumber tests (faster clone/checkout/etc.) |
@@ -2,7 +2,7 @@ Feature: medium tests | |||
|
|||
@fast @medium @incomplete | |||
Scenario: 035 Mixed Expansion - Smart grid model 2 | |||
Given the study path is "medium-tests/035 Mixed Expansion - Smart grid model 2" | |||
Given the study path is "035 Mixed Expansion - Smart grid model 2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can take advantage of this new repo to remove withespaces from study folder
| EXP | STD | MIN | MAX | | ||
| 6.5397e+10| 2.97462e+09 | 6.10076e+10 | 6.84837e+10 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Slight change of results after the study was cleaned up (100 TS -> 3 TS)
Also, remove some columns from "021 Four areas - DC law" (slight result change)