Open tddang-linagora opened 4 months ago
We decided to use Selenium Maven to write integration test for Flutter Web. Ideally, we should run this test in a controlled environment, and the tested website only lives until the test has finished running.
These variables below must be inside the web resource when it's running
SERVER_URL=preprod-url DOMAIN_REDIRECT_URL=http://localhost:2023 WEB_OIDC_CLIENT_ID=teammail-web-dev OIDC_SCOPES=openid,profile,email,offline_access APP_GRID_AVAILABLE=supported FCM_AVAILABLE=supported IOS_FCM=unsupported FORWARD_WARNING_MESSAGE=
@hoangdat
@tk-nguyen Can we build image, and run test directly with this image in github action?
Yes
@tk-nguyen please help us to do the POC with it.
Description
We decided to use Selenium Maven to write integration test for Flutter Web. Ideally, we should run this test in a controlled environment, and the tested website only lives until the test has finished running.
About Selenium test
About Environment variables
These variables below must be inside the web resource when it's running