-
Type: Task
-
Status: In Review
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: QA / CI / Tests
-
Tags:
-
Team:NOS
The goal of the POC would be to have a working test using Playwright lib on the Connect Dashboard:
- the test should be in the nuxeo-connect-ftests module
the test should target a local docker container that will be started manually using the following command :$ ./scripts/start-compose.sh -p ftests -t full -u register -c ftests latest
- the test should target NOS preprod for now : https://nos-preprod-connect.nuxeocloud.com/nuxeo/site/marketplace
- add the playwright lib the pom.xml
- in the com.nuxeo.connect.ftests.dashboard package
- the test should at least :
login (with administrator user)- click a menu link
- do some assertion about displayed elements