Skip to content
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

Open
wants to merge 89 commits into
base: master
Choose a base branch
from
Open

Dev to master #15

wants to merge 89 commits into from

Conversation

anemniugin
Copy link
Contributor

Master 1.0

</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="odysseusAT" target="1.8" />
<bytecodeTargetLevel target="9">
Copy link
Contributor

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?

Copy link
Contributor Author

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">
Copy link
Contributor

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" />
Copy link
Contributor

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
Copy link
Contributor

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

Copy link
Contributor Author

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
Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same as above

(plugin = {"pretty", "json:target/cucumber.json"},
glue = {"atlastests"}
, tags = {"not @ds and not @qds"}
// , tags = {"@1209"}
Copy link
Contributor

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?

Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants