-
Notifications
You must be signed in to change notification settings - Fork 394
[WALL] wojtek/WALL-2837/example component test suite for crypto withdrawal #11959
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
A production App ID was automatically generated for this PR. (log)
Click here to copy & paste above information. |
|
🚨 Lighthouse report for the changes in this PR:
Lighthouse ran with https://deriv-app-git-fork-wojciech-deriv-feature-component-test-bd4020.binary.sx/ |
|
Kudos, SonarCloud Quality Gate passed!
|
|
❌ Smoke test run (1) failed. See logs for details: Visit Action |
|
❌ Smoke test run (2) failed. See logs for details: Visit Action |








Added example component tests for crypto withdrawal component.
In ideal world, I should be able to test component itself without rendering the whole page, but given thats not viable (or, it would require massive effort in mocking given current component structure), playwright can effectively be used for component testing. Hopefully over next iterations we gonna build better component structure, which can actually be tested on component level as it should be.