All Projects β†’ yaron1m β†’ expo-detox-typescript-example

yaron1m / expo-detox-typescript-example

Licence: MIT License
Sample Expo app with e2e tests using detox, jest and typescript

Programming Languages

typescript
32286 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to expo-detox-typescript-example

Javascript Testing Best Practices
πŸ“—πŸŒ 🚒 Comprehensive and exhaustive JavaScript & Node.js testing best practices (August 2021)
Stars: ✭ 13,976 (+17154.32%)
Mutual labels:  jest, e2e-tests, e2e
Root Cause
πŸ” Root Cause is a tool for troubleshooting Puppeteer and Playwright tests. πŸ”Ž
Stars: ✭ 205 (+153.09%)
Mutual labels:  jest, e2e-tests
Npm Registry Browser
Browse the npm registry with an SPA made in React, with full dev workflow.
Stars: ✭ 97 (+19.75%)
Mutual labels:  jest, e2e-tests
playwright-ci
☁️ Set up Playwright in CI
Stars: ✭ 27 (-66.67%)
Mutual labels:  e2e-tests, e2e
React Native Learning Resources
Collection of some good resources for react-native ✨ πŸ”₯ πŸ’₯
Stars: ✭ 61 (-24.69%)
Mutual labels:  jest, e2e-tests
React Adventure
β›° React high-ending architecture & patterns ready for use. Made for big and small projects. PWA Ready.
Stars: ✭ 62 (-23.46%)
Mutual labels:  jest, e2e-tests
Express Typescript Boilerplate
A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch
Stars: ✭ 2,293 (+2730.86%)
Mutual labels:  jest, e2e-tests
react-native-select-pro
React Native dropdown (select) component developed by Mobile Reality
Stars: ✭ 79 (-2.47%)
Mutual labels:  e2e, expo
cypress-page-object
Represent the screens of your website as a series of objects in your Cypress test suite
Stars: ✭ 23 (-71.6%)
Mutual labels:  e2e-tests, e2e
jest-retry
Jest retry pattern for flaky E2E tests
Stars: ✭ 36 (-55.56%)
Mutual labels:  e2e-tests, e2e
Aws Testing Library
Chai (https://chaijs.com) and Jest (https://jestjs.io/) assertions for testing services built with aws
Stars: ✭ 52 (-35.8%)
Mutual labels:  jest, e2e-tests
ts-detox-example
Example TypeScript + React-Native + Jest project that integrates Detox for writing end-to-end tests
Stars: ✭ 54 (-33.33%)
Mutual labels:  jest, detox
Pending Xhr Puppeteer
Small tool to wait that all xhr are finished in puppeteer
Stars: ✭ 227 (+180.25%)
Mutual labels:  e2e-tests, e2e
Expect Playwright
Jest utility matcher functions to simplify expect statements for the usage with Playwright.
Stars: ✭ 66 (-18.52%)
Mutual labels:  jest, e2e-tests
React Native Swiper Flatlist
πŸ‘† Swiper component implemented with FlatList using Hooks & Typescript + strict automation tests with Detox
Stars: ✭ 217 (+167.9%)
Mutual labels:  e2e-tests, expo
Sakuli
Sakuli is an end-2-end testing and monitoring tool for web sites and common UIs with multiple monitoring integrations
Stars: ✭ 115 (+41.98%)
Mutual labels:  e2e-tests, e2e
babel-plugin-remove-test-ids
🐠 Babel plugin to strip `data-test-id` HTML attributes
Stars: ✭ 40 (-50.62%)
Mutual labels:  e2e-tests, e2e
IridiumApplicationTesting
A&G Web Application Testing Suite
Stars: ✭ 19 (-76.54%)
Mutual labels:  e2e-tests, e2e
ionic-workflow-guide
Create a full and powerful worflow with Ionic (Unit Testing, Environment variables, Automatic documentation, Production App Server, Automatic deployment)
Stars: ✭ 46 (-43.21%)
Mutual labels:  e2e-tests, e2e
curso-javascript-testes
Código-fonte do curso "Aprenda a testar Aplicaçáes Javascript"
Stars: ✭ 60 (-25.93%)
Mutual labels:  e2e-tests, e2e

expo-detox-typescript-example

Sample React-Native application with e2e tests using:

Demo

Installation instructions

  1. Follow Step 1 (install dependencies) from detox Getting Started guide
  2. Download Expo iOS client by running npm run dl_expo_bins
  3. Install the project dependencies by running npm install.
  4. Start the application by running npm start.
  5. In another terminal, run npm run e2e to run the tests.

FAQ

Can I use a newer version of detox?

For some reason, expo and detox are not working well together with detox version newer than 12.3.0.

There is an open issue here

How can I help?

Starring this project would help others find it and set up detox with Expo easier.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].