-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Seam / JSF UI, Tests
-
Epic Link:
-
Tags:
Documentation is at https://doc.nuxeo.com/corg/webdriver-tests/
NB: FT for JSF 10.10 are at https://github.com/nuxeo/nuxeo/tree/10.10/nuxeo-distribution/nuxeo-jsf-ui-webdriver-tests
Sample way to launch server-tests:
$ cd nuxeo/nuxeo-distribution/nuxeo-jsf-ui-webdriver-tests/
$ mvn clean test-compile
$ mvn -o org.apache.maven.plugins:maven-failsafe-plugin:integration-test -Dwebdriver.firefox.bin=/home/anahide/src/ff-42/firefox -DnuxeoURL=https://nightly.nuxeo.com/nuxeo/
NB: FF 42 is expected for these tests, currently
There are known issues to address/check:
- make admin password configurable
- make sure we can run these tests when WEBUI package is installed (as it becomes the default UI) – this is why these tests do not currently run ok on the nightly demo
- etc... (assessment to be done depending on target server)
NB: FT for JSF 11.1 have been moved to https://github.com/nuxeo/nuxeo-jsf-ui/tree/master/ftests
- duplicates
-
NXP-27741 Run JSF UI unit and functional tests against "cloud" environments
- Resolved