-
Notifications
You must be signed in to change notification settings - Fork 172
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
More commenting test #4719
More commenting test #4719
Conversation
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.
🙌
const BRANCH_NAME = process.env.BRANCH_NAME ? `&branch_name=${process.env.BRANCH_NAME}` : '' | ||
const BASE_URL = process.env.BASE_URL ?? 'http://localhost:8000' | ||
|
||
export async function init(utopiaBrowser: UtopiaPuppeteerBrowser) { |
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.
I think this would deserve a more specific name, e.g. initBrowserTest
Job #9833: Bundle Size — 62.24MiB (~+0.01%).
Warning Bundle contains 66 duplicate packages – View duplicate packages Bundle metrics
Bundle size by type
View job #9833 report View chore/commenting-tests branch activity |
Description:
I wrote a few tests for commenting.
I'm not decided on the general pattern on how to do it, because
BUT
So I wrote a longer test, which shows how we could write unified tests to test longer workflows, and I also wrote small tests, which only test a single feature. We can decide which pattern to follow.