Add ability to create OpenShift-specific selenium tests of Eclipse Che
See original GitHub issueDescription
Provide @Openshift
type-level annotation to mark OpenShift-specific selenium test classes, and --openshift
parameter of webdriver.sh to include such tests into the test execution.
Docker-specific selenium tests will be executed by default.
This issue is an implementation of requests https://github.com/eclipse/che/issues/7761 and https://github.com/eclipse/che/issues/7669.
UPDATE: it was decided to use TestNG groups mechanism to mark infrastructure-specific tests instead the annotations as more flexible and simple.
OS and version:
Eclipse Che 6.x
Issue Analytics
- State:
- Created 6 years ago
- Comments:13 (12 by maintainers)
Top Results From Across the Web
Introduction to Eclipse Che :: Eclipse Che Documentation
Pre-built stacks with the ability to create custom stacks for any language or runtime. An enterprise integration using OpenShift OAuth or Dex.
Read more >How to configure Selenium in Eclipse - BrowserStack
Learn to configure Selenium in Eclipse in 5 easy steps. Try this step-by-step tutorial to get started with running Selenium tests in Eclipse....
Read more >Eclipse Che
Eclipse Che is an open-source workspace server and an integrated cloud-based ... The Selenium end-to-end tests test Che in a browser with an...
Read more >Top 10 Eclipse Che Alternatives 2022 - G2
Find the top-ranking alternatives to Eclipse Che based on 7900 verified user reviews. Read reviews and product information about Codenvy, IntelliJ IDEA and ......
Read more >Creating a new stack in Eclipse Che from an existing Docker ...
Eclipse Che 5.0 provides the ability to quickly create a new stack ... In the left-hand menu, click on 'Stacks' then 'Add Stack'...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@dmytro-ndp Can we run suite instead of adding a new annotation?
OpenshiftSuite.xml
@garagatyi I guess the most easiest way here is to run tests inside package
./webdriver.sh --test=org.eclipse.che.selenium.debugger.**
for debugger tests./webdriver.sh --test=org.eclipse.che.selenium.git.**
for git tests