-
Notifications
You must be signed in to change notification settings - Fork 5
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
Dev to master #15
base: master
Are you sure you want to change the base?
Dev to master #15
Conversation
added optimize button test
</profile> | ||
</annotationProcessing> | ||
<bytecodeTargetLevel> | ||
<module name="odysseusAT" target="1.8" /> | ||
<bytecodeTargetLevel target="9"> |
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 Java 9 in one place and 8th in another (line below)? Or do I get smth wrong?
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.
What I have to do with it?
@@ -2,7 +2,7 @@ | |||
<project version="4"> |
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.
It's common to ignore IDEA generated files
@@ -19,6 +19,45 @@ | |||
<orderEntry type="library" scope="TEST" name="Maven: io.cucumber:cucumber-junit:2.3.1" level="project" /> | |||
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.12" level="project" /> | |||
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" /> | |||
<orderEntry type="library" name="Maven: net.masterthought:maven-cucumber-reporting:4.7.0" level="project" /> |
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.
Same comment as above
README.md
Outdated
|
||
**Requirements for running test** | ||
|
||
I need installed JDK and Apache Maven |
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.
I need
? Why not passive form? e.g. It is required to have blah-blah-blah
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.
It was written by M. Ivanko. I didn't check it. I'll fix it.
README.md
Outdated
login | ||
password | ||
downloadpath | ||
You have to set correct parameters in *.feature files (blue color), e.g. you have to set existing cohorts |
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 have
? Why not passive form? e.g. It is required to set blah-blah-blah
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 same as above
src/test/java/RunCucumberTest.java
Outdated
(plugin = {"pretty", "json:target/cucumber.json"}, | ||
glue = {"atlastests"} | ||
, tags = {"not @ds and not @qds"} | ||
// , tags = {"@1209"} |
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 is it still here?
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.
Because it is configuration, I think I shouldn't remove it.
Master 1.0