intellij-openshift-connector
intellij-openshift-connector copied to clipboard
test: Added custom project location to integrationUITest gradle task
What is the purpose of this change? What does it change?
In common-ui-test-library there is an issue with feature to specify UI test project location created by test instance of intellij.
These changes add a property to integrationUITest
gradle task and use it to change location in Jenkinsfile for the UI tests.
e.g. sh "./gradlew integrationUITest -PtestProjectLocation=${env.HOME}/IdeaProjects/intellij-ui-test-projects/"
Was the change discussed in an issue?
This PR is a part of https://github.com/redhat-developer/intellij-common-ui-test-library/issues/181
@martinszuc: The following tests failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
ci/prow/e2e-4.11 | 60acdc18eaa031f9d2795fc770a8497ab837d5ba | link | true | /test e2e-4.11 |
ci/prow/e2e-openshift | 60acdc18eaa031f9d2795fc770a8497ab837d5ba | link | true | /test e2e-openshift |
Full PR test history. Your PR dashboard.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.
PR needs rebase.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
@martinszuc @lgrossma : can you review this one ? is it still releveant ?