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

Add integration tests for web #1009

Merged
merged 9 commits into from
Sep 19, 2023
Merged

Conversation

nilsreichardt
Copy link
Member

@nilsreichardt nilsreichardt commented Sep 18, 2023

Description

This PR adds integration tests for our web app.

I also executed 20 test runs to ensure that the tests were not flaky. All 20 tests passed:

image

https://github.com/SharezoneApp/sharezone-app/actions/runs/6225363214/job/16895631144?pr=1009

Related Tickets

Closes #179

@github-actions
Copy link

github-actions bot commented Sep 18, 2023

Visit the preview URL for this PR (updated for commit 0486177):

https://sharezone-test--pr1009-add-integration-test-mq56oj3d.web.app

(expires Thu, 21 Sep 2023 16:45:26 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 4cb3ae61e1e018abfd9841fd3239f5b49ccc034b

Comment on lines -325 to -327
ChangeNotifierProvider<SubscriptionEnabledFlag>(
create: (context) => subscriptionEnabledFlag,
),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cherry-picked from #1010

@nilsreichardt nilsreichardt marked this pull request as ready for review September 18, 2023 16:40
@nilsreichardt nilsreichardt added this pull request to the merge queue Sep 19, 2023
Merged via the queue into main with commit 1787d2e Sep 19, 2023
@nilsreichardt nilsreichardt deleted the add-integration-tests-for-web branch September 19, 2023 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run integration tests for Web in our CI
2 participants