Commit Graph

4 Commits

Author SHA1 Message Date
Richard Cox f2e229eca0 Move e2e build out from each e2e step to a single pre e2e job
- also use yarn cache
2024-03-25 10:32:02 +00:00
Richard Cox 01bacaf5a9
Temporary fix for flaky tests (#9718)
* Only run flaky tests

* Comments, minor change

* Optionally build UI

* Give horrible `wait`s a try

* disable cov coverage if no instrumented code

* fix if

* debug, fix

* attempt to return 0 in all cases

* Tidying up
2023-11-13 13:34:44 +00:00
Richard Cox a3f17e3f6d Use the latest rancher/ui build in e2e tests
- given we now serve the (built) dashboard files we set CATTLE_UI_OFFLINE_PREFERRED=true
- this means the embedded rancher/ui is used
- so now we do something similar to ensure the latest rancher/ui is used
2023-06-27 11:16:54 +01:00
Neil MacDougall 226ed30e39
e2e: Add built UI to docker container rather than run a node process (#9063)
* e2e: Add built UI to docker container rather than run a node process

* Fix to ensure docker:local:stop tried to both clean and remove cypress container

* Check dist folder is correct

* Build U first

* Remove debug, wait for ui

* Change cluster test

* Tweak test

* Improve resilience of cluster manager delete tests

* Fix lint

* Try and fix delete tests

* Remove unused var

* Remove unused baseUrl

* Fix cluster delete tests

* Address lint issues

* Fix api keys test
2023-06-19 09:08:19 +01:00