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

Introduce selenium tests #2336

Merged
merged 17 commits into from
Aug 22, 2017
Merged

Introduce selenium tests #2336

merged 17 commits into from
Aug 22, 2017

Conversation

tolusha
Copy link
Contributor

@tolusha tolusha commented Jul 21, 2017

Introduces selenium tests for Codenvy on-prem project (an issue https://github.com/codenvy/qa/issues/978).

@tolusha tolusha self-assigned this Jul 21, 2017
@dmytro-ndp dmytro-ndp force-pushed the selenium branch 2 times, most recently from 9a46cac to 4a694fa Compare August 10, 2017 16:20
dmytro-ndp and others added 8 commits August 14, 2017 14:45
* Remove license tests
* Introduce TestHttpJsonRequestFactory to handle auth token of default user
* Handle absence of cookie named 'session-access-key'
* Clean up system license related code
* Extract admin specific operation from OnpremTestOrganizationServiceClient
* Add dependencies with implementation of GitHubKey class

Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>
Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>
* Run selenium tests from from any directory
Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>
Fix license headers and code formatting
pom.xml Outdated
@@ -830,6 +836,16 @@
<version>${che.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.che.selenium</groupId>
<artifactId>che-selenium-core</artifactId>
Copy link
Contributor

Choose a reason for hiding this comment

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

no need to declare it here. It will come with che parent.

pom.xml Outdated
<version>${che.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.che.selenium</groupId>
Copy link
Contributor

Choose a reason for hiding this comment

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

no need to declare it here. It will come with che parent.

@tolusha tolusha merged commit 9b03312 into master Aug 22, 2017
@tolusha tolusha deleted the selenium branch August 22, 2017 13:51
@riuvshin riuvshin added this to the 5.17.0 milestone Aug 23, 2017
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.

None yet

4 participants