-
Notifications
You must be signed in to change notification settings - Fork 327
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
Support/extract dummy app server logic to page object #4006
Support/extract dummy app server logic to page object #4006
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
aa60297
to
c55fb50
Compare
6087379
to
7a3f554
Compare
7a3f554
to
437b7c3
Compare
apps/ledger-live-desktop/tests/specs/services/buy.smoke.spec.ts
Outdated
Show resolved
Hide resolved
apps/ledger-live-desktop/tests/specs/services/buy.smoke.spec.ts
Outdated
Show resolved
Hide resolved
apps/ledger-live-desktop/tests/specs/services/earn.smoke.spec.ts
Outdated
Show resolved
Hide resolved
lld, test, screenshot
@@ -77,5 +77,5 @@ runs: | |||
- name: Build Dummy Live SDK and Dummy Wallet API apps for testing | |||
if: ${{ !inputs.skip_builds }} | |||
run: | | |||
pnpm test-utils dummy-apps:build | |||
pnpm --filter="dummy-*" build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The filter wasn't working on windows unless I did this
lld, test, screenshot
d03e12c
to
b2b3a22
Compare
📝 Description
LiveAppWebview
page object to simplify test setup and teardowndiscover
spec toliveapp-sdk
to better reflect what it's testing❓ Context
✅ Checklist
📸 Demo
🚀 Expectations to reach
Please make sure you follow these Important Steps.
Pull Requests must pass the CI and be internally validated in order to be merged.