-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Playwright test to MRZ Scanner #4
Open
eugene-dynamsoft
wants to merge
5
commits into
main
Choose a base branch
from
playwright-test
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
felixindynamsoft
force-pushed
the
playwright-test
branch
from
September 6, 2024 22:30
0a5e4fa
to
765d711
Compare
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
felixindynamsoft
force-pushed
the
playwright-test
branch
from
October 15, 2024 20:01
5f852ca
to
ccee173
Compare
|
felixindynamsoft
changed the title
Adding Playwright test to generalMRZ demo project
Adding Playwright test to MRZ Scanner
Oct 15, 2024
felixindynamsoft
changed the title
Adding Playwright test to MRZ Scanner
feat: Playwright test to MRZ Scanner
Oct 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added more e2e test cases, and setup for chrome.
NOTE - add testing of license to the demo branch before dloying