question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add ability to create OpenShift-specific selenium tests of Eclipse Che

See original GitHub issue

Description

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:closed
  • Created 6 years ago
  • Comments:13 (12 by maintainers)

github_iconTop GitHub Comments

2reactions
tolushacommented, Dec 12, 2017

@dmytro-ndp Can we run suite instead of adding a new annotation?

OpenshiftSuite.xml

  ...
  open shift specific tests
  ...

  <suite-files>
    <!-- that is the path where sub-suite file being looked at -->
    <suite-file path="src/test/resources/suites/CheSuite.xml"/>
  </suite-files>

1reaction
tolushacommented, Dec 12, 2017

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found