| Create POC for E2E tests for MDC:
- this work should be timeboxed for 3 days
- browser automation based testing
- this should be created to evaluate stability of the E2E tests
- create basic E2E test for MDC (could be just logging in/creating app)
- test should use puppeteer [1] for better stability
- example [2]
- create new pipeline in mobile-jenkins [3]
- run the tests on "cirhos_rhel7_openshift311" slave (it has latest version of "oc")
- 'oc cluster up'
- provision MDC with 'svcat'
- run the E2E tests
- example [4]
- run the pipeline regularly (nightly) so that stability can be evaluated
[1] https://github.com/GoogleChrome/puppeteer [2] https://gist.github.com/jhellar/1f4ccd7ce1e9e4394863ac440addd386 [3] https://mobile-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/ [4] https://mobile-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/mdc-integration-test-2/configure |