Skip to content
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

Merged

Conversation

ggilchrist-ledger
Copy link
Contributor

@ggilchrist-ledger ggilchrist-ledger commented Jul 12, 2023

📝 Description

  • Move playwright live app test setup logic to LiveAppWebview page object to simplify test setup and teardown
  • 'Discover' page object model just handles elements on the discover page now
  • Changed discover spec to liveapp-sdk to better reflect what it's testing
  • Updating screenshots and dependencies
  • Improved Earn test to be more relevant
  • Skipping flaky stability test

❓ Context

  • Impacted projects: ``
  • Linked resource(s): ``

✅ Checklist

  • Test coverage
  • Atomic delivery
  • No breaking changes

📸 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.

@changeset-bot
Copy link

changeset-bot bot commented Jul 12, 2023

⚠️ No Changeset found

Latest commit: b2b3a22

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Jul 12, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
live-common-tools ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 17, 2023 11:35am
3 Ignored Deployments
Name Status Preview Comments Updated (UTC)
ledger-live-github-bot ⬜️ Ignored (Inspect) Jul 17, 2023 11:35am
native-ui-storybook ⬜️ Ignored (Inspect) Jul 17, 2023 11:35am
react-ui-storybook ⬜️ Ignored (Inspect) Jul 17, 2023 11:35am

@github-actions github-actions bot added desktop Has changes in LLD mobile Has changes in LLM tools Has changes in tools automation CI/CD stuff screenshots Screenshots have been updated labels Jul 12, 2023
@ggilchrist-ledger ggilchrist-ledger force-pushed the support/extract-dummy-app-server-logic-to-page-object branch from aa60297 to c55fb50 Compare July 12, 2023 11:32
@github-actions github-actions bot removed tools Has changes in tools automation CI/CD stuff labels Jul 12, 2023
@ggilchrist-ledger ggilchrist-ledger marked this pull request as ready for review July 12, 2023 11:56
@ggilchrist-ledger
Copy link
Contributor Author

ggilchrist-ledger commented Jul 12, 2023

@ggilchrist-ledger

Generating screenshots: workflow ended

Jobs status:
✅ - generate-screenshots-linux
✅ - generate-screenshots-mac
❌ - generate-screenshots-windows

@ggilchrist-ledger
Copy link
Contributor Author

ggilchrist-ledger commented Jul 12, 2023

@ggilchrist-ledger

Generating screenshots: workflow ended

Jobs status:
✅ - generate-screenshots-windows
✅ - generate-screenshots-mac
✅ - generate-screenshots-linux

@ggilchrist-ledger
Copy link
Contributor Author

ggilchrist-ledger commented Jul 13, 2023

@ggilchrist-ledger

Generating screenshots: workflow ended

Jobs status:
✅ - generate-screenshots-mac
✅ - generate-screenshots-windows
✅ - generate-screenshots-linux

@@ -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
Copy link
Contributor Author

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

@ggilchrist-ledger
Copy link
Contributor Author

ggilchrist-ledger commented Jul 17, 2023

@ggilchrist-ledger

Generating screenshots: workflow ended

Jobs status:
✅ - generate-screenshots-mac
✅ - generate-screenshots-windows
✅ - generate-screenshots-linux

@ggilchrist-ledger
Copy link
Contributor Author

ggilchrist-ledger commented Jul 17, 2023

@ggilchrist-ledger

Generating screenshots: workflow ended

Jobs status:
✅ - generate-screenshots-linux
✅ - generate-screenshots-mac
❌ - generate-screenshots-windows

@ggilchrist-ledger ggilchrist-ledger merged commit 3c68a17 into develop Jul 18, 2023
54 of 56 checks passed
@ggilchrist-ledger ggilchrist-ledger deleted the support/extract-dummy-app-server-logic-to-page-object branch July 18, 2023 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
desktop Has changes in LLD screenshots Screenshots have been updated tools Has changes in tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants