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

Blog post: How to find bugs using Monarch and edge cases #8

Open
Tracked by #12
fertrig opened this issue Jul 10, 2023 · 0 comments
Open
Tracked by #12

Blog post: How to find bugs using Monarch and edge cases #8

fertrig opened this issue Jul 10, 2023 · 0 comments

Comments

@fertrig
Copy link
Collaborator

fertrig commented Jul 10, 2023

Describe how to find bugs while previewing a story on the edge cases.

You could use the filters story of the booking sample which
is shown on the landing page.

The edge cases to test are:

  • Preview the story on the smallest device your app supports
  • Then preview it on the largest device you support
  • Then use the smallest text scale factor
  • Then use the biggest text scale factor

You will probably find a RenderFlex overflowed bug while using the smallest device with a big text scale factor.

Describe the importance of isolating your widgets so that you
can easily test the edge cases with Monarch.

The post doesn't have to fix the issue. It just needs to show how to find the bug.

State that we plan to automate edge case testing in the future. We want Monarch to automatically preview stories at the edge cases and report any errors to the user.

This post should educate the user on why edge case testing is important.

Resources:

@fertrig fertrig mentioned this issue Jul 10, 2023
14 tasks
This was referenced Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant