sbritprovectus
|
e5f2df86dd
|
Fix e2e tests (#1543)
* Fix tests. Change folders structure
* Activate tests
* Update selenoid.yaml, broesers.json. Add pull of selenoid browser image.
* Change method of pulling chrome image
* Fix browsers.json and return the pulling of browser image
* Update pom.
* Update pom
* Fix pom
* Fix java version in pom
* Migrate to selenium containers
* Return selenoid container. Fix using of BASE_URL
* Delete video recording for Selenoid container
* expose kafka-ui port
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* Fix tests run
* Delete comment from workflow file
* Stop using containers and migrate to WDM.
* Delete comments. Update dependencies.
* Comment using of TestConfiguration.BASE_URL.replace("localhost", "host.docker.internal");
* Retern changes
* Clean code
* Update e2e-checks.yaml
* Update e2e-checks.yaml
* Fix skip test parameter in tests project
* Delete host.docker.internal in base tests
* Return previous usage of testcontainers
* Delete base url configuration
* Revert versions in pom.xml
* Return some values
* Small fixes for stabilize tests
* Trying to fix tests running on github
* Update base test
* Fix selenide url
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* Fix selenide url
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* test stuff
Signed-off-by: Roman Zabaluev <rzabaluev@provectus.com>
* added extra-hosts host.docker.internal:host-gateway
* added extra-hosts host.docker.internal:host-gateway
* added extra-hosts host.docker.internal:host-gateway
* added command --add-host
* separate driver container
* small refactoring, change selenoid to BrowserWebDriverContainer
* changed in BaseTest port from 8678 to 8080
* changed tests with xpath and added additional actions (click javascrip, click with action)
* added issue to allure reporting
* provided fix for connectors tests
* deleted afterAll annotation
* fixed tests with ConnectorsTests
* fixed tests with Topics
* removed commented action with click
* Revert unnecessary changes
* Fix workflow
* added @Disabled for test- update topic dui to issue https://github.com/provectus/kafka-ui/issues/1500
* removed dependency, testconteiners version
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
Co-authored-by: kshpilchyna <kshpilchyna@provectus.com>
|
2022-06-06 22:05:43 +04:00 |
|