Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated license test to ensure demo license is used. Added yml file for github action Change playwright config back to headless and added test setup in the README. Configure playwright test to be executed on github Adding scan mode button selection UI Test to MRZ Scanner Use fake media stream for github action test Do not fail the test if the license warning dialog does not display, just print an error log Commented out manually mock the camera script remove the waitfor visible for the license warning dialog Removing grantCameraPermission scrpit, added extra timeout to wait for dom content to be loaded Added debug log to see the status of indexedDB during github action firefox execution Try out not using headless for firefox Update userAgent string to use firefox v130 Added extra long timeout after clicked on start button to ensure firefox loads all relevant objects Removing extra wait, removing the grantPermission script as it only produced warning log. Added a new firefoxuserpref value "datareporting.policy.firstRunURL": "" use clean install for github action and added root location for github firefox issue. Changed chrome project to use real camera instead of fake. Added container image and remove master branch from triggering the github action attempt to fix the Error: Failed to open indexedDB: Timeout. issue by granting permission to indexedDB for firefox. revert the changes for granting chrome indexedDB permission. Update firefox to headless Adding fake video file as fake video capture input and use it in chrome. Cleaned up and use a 2D QR Code video as fake stream. Added manual trigger for playwright github action
- Loading branch information