-
Notifications
You must be signed in to change notification settings - Fork 44
Playwright test - Initial commit #217
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
Closed
Closed
Conversation
This file contains hidden or 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
refactor: replaced var with const or let for better scoping
feat: add nav link on logo to dynamsoft website
* refactor: format and rename classes for js sample * update resultContainer and input class name * fix: change resultContainer to resultsContainer * refactor: renamed results class * fix: merged #178 changes * fix formatter printWidth to 120 --------- Co-authored-by: felixindrawan <indrawan.felix123@gmail.com>
* feat: updated react sample to follow readme * fix: match results class to style guide * feat: add link canonical * fix: Changed Video capture to decode video, and image too * fix: Added comments on dynamsoft.config.ts * fix formatter printWidth to 120 * fix: handle uncaught runtime errors * fix: standarize HelloWorld component on App.tsx * finalized react update * fix: update both react and react-hooks * fix: typo * moved comment * update readme to add customization for ui --------- Co-authored-by: felixindrawan <indrawan.felix123@gmail.com>
* feat: updated nextjs sample and docs * fix: added link to dynamic import components * fix: update nextjs to show frameworks * add typescript language on the description * add link to sdk website * fix: updated repo to match use-in-frameworks guide * fix: updated docs and css * fix: typo * add more notes to readme --------- Co-authored-by: felixindrawan <indrawan.felix123@gmail.com>
* feat: updated vue sample and docs * fix: add more notes * fix: remove unused file * fix: add file names and remove typo --------- Co-authored-by: felixindrawan <indrawan.felix123@gmail.com>
Co-authored-by: felixindrawan <indrawan.felix123@gmail.com>
* feat: update angular sample and docs * fix: formatting * add file names --------- Co-authored-by: felixindrawan <indrawan.felix123@gmail.com>
* feat: update electron sample and docs * fix: reversed globally defined vars --------- Co-authored-by: felixindrawan <indrawan.felix123@gmail.com>
Co-authored-by: felixindrawan <indrawan.felix123@gmail.com>
Co-authored-by: felixindrawan <indrawan.felix123@gmail.com>
…pace for `VideoCapture` (#185) * fix: add installing exact dbr bundle version to docs * removed css on readme for nuxt * fix whitespace styling * fix: remove personal trial license --------- Co-authored-by: felixindrawan <indrawan.felix123@gmail.com>
* feat: updated fill form with barcode reading sample * fix: canonical link to update to the latest dir --------- Co-authored-by: felixindrawan <indrawan.felix123@gmail.com>
…191) * feat: updated driver license sample to standardize naming convention * fix: renamed a-switch --------- Co-authored-by: felixindrawan <indrawan.felix123@gmail.com>
* feat: update show result texts on video sample * fix: naming and title * fix: name not updated --------- Co-authored-by: felixindrawan <indrawan.felix123@gmail.com>
Co-authored-by: felixindrawan <indrawan.felix123@gmail.com>
* feat: update svelte sample and docs * fix: add white-space prewrap * feat: remove README generated by framework --------- Co-authored-by: felixindrawan <indrawan.felix123@gmail.com> Co-authored-by: Keillion <keillionv@gmail.com>
Co-authored-by: felixindrawan <indrawan.felix123@gmail.com>
Update README.md
* chore: update dynamsoft-barcode-reader-bundle to v10.4.2000-beta * fix: update 10.4.2000 to the beta versions * update docs link to 10.4.2000 * fix: error on start * fix: error on start * fix: remove duplicate msg * Minor fix on the typo * minor typo fix for svelte quick start command * maintain: update to 10.4.2000 --------- Co-authored-by: felixindrawan <indrawan.felix123@gmail.com> Co-authored-by: eugene-dynamsoft <eugene.yu@dynamsoft.com> Co-authored-by: Keillion <keillionv@gmail.com>
|
2021192
to
ec304af
Compare
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.
Adding playwright test for the root index page to validate the text and url (href) for each samples