Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
I set up a Jenkin's job called ui-testing which looks for changes to the folio-org/ui-testing project and build and publishes docker images of the test tool to our folioci repo on Docker Hub.
I added a build step to the FOLIO_UI_Demo_1 and FOLIO_UI_Demo_2 Jenkin's jobs (the jobs that build the FOLIO Demo at http://folio-uidemo.aws.indexdata.com. The build step runs the UI tests against the demo. If there is a failure, you will be notified via email.
I modified the ui-testing Dockerfile so that it's easier to run. e.g:
I enabled regression testing with Travis CI
See https://travis-ci.org/wschnrid/ui-testing
It will run every time after a git push, or a github pull request.
The config file is .travis.yml , see
https://github.com/folio-org/ui-testing/blob/master/.travis.yml