Skip to content

test(react-native): Add E2E Tests verifying the project bundles correctly #992

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

antonis
Copy link
Collaborator

@antonis antonis commented May 8, 2025

Fixes #947

Description

Adds E2E tests verifying React Native and Expo projects bundle correctly

To test locally run:

  • yarn test:e2e React-Native
  • yarn test:e2e Expo

#skip-changelog

Copy link

codecov bot commented May 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 27.98%. Comparing base (f0fdb52) to head (1bf22bd).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #992   +/-   ##
=======================================
  Coverage   27.98%   27.98%           
=======================================
  Files         130      130           
  Lines       14233    14233           
  Branches      882      882           
=======================================
  Hits         3983     3983           
  Misses      10233    10233           
  Partials       17       17           
Flag Coverage Δ
unit-tests 27.98% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

Successfully merging this pull request may close these issues.

Build JS Bundles for RN E2E Tests
1 participant