2023-06-13
3932
#react native
Emanuel Suriano
7291
Jun 13, 2023 ⋅ 14 min read

React Native end-to-end testing with Detox

Emanuel Suriano Hi 👋 I build stuff with JavaScript 💻 Once a month I write an article ✍️ and sometimes I give talks 💬

Recent posts:

Leveraging TypeScript Domain-Driven Design

Leveraging TypeScript for domain-driven design

We explore the main principles and guidelines of domain-driven design and see how TypeScript can assist with DDD.

Matteo Di Pirro
Jan 4, 2024 ⋅ 5 min read
How To Use Import Attributes In Typescript And Javascript

How to use import attributes in TypeScript and JavaScript

Import attributes are gaining traction in JavaScript and TypeScript. Let’s explore how they improve app efficiency, stability, and security.

Ukeje Goodness
Jan 3, 2024 ⋅ 6 min read
EvaDB AI-Enhanced Apps

Using EvaDB to build AI-enhanced apps

We demonstrate how to include EvaDB in a simple project to provide AI-enhanced capabilities, in this case sentiment analysis.

Rosario De Chiara
Jan 2, 2024 ⋅ 5 min read
Implementing React Scroll Animations With Framer Motion

Implementing React scroll animations with Framer Motion

Learn how to use Framer Motion to create scroll animations for a React app. Create stunning animations without CSS.

David Omotayo
Dec 29, 2023 ⋅ 11 min read
View all posts

2 Replies to "React Native end-to-end testing with Detox"

  1. Pretty good intro to E2E with Detox. One thing I noticed was that I needed to run “applesimutils –list” on the console to get a valid name for my device to replace “iPhone X” with “iPhone 11” since that is the emulator I’m currently running. Might be a good idea to add that as a note to this article.

Leave a Reply