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:

10 Node.js 24 features you're probably not using

10 Node.js 24 features you’re probably not using

The Node.js 24 release included significant updates. Explore 10 features you might not be using yet โ€” but absolutely should be.

Emmanuel John
May 22, 2025 โ‹… 8 min read
six CSS animation libraries to bring your project to life in 2025

6 CSS animation libraries to bring your project to life in 2025

Explore six of the best, easiest, most configurable, and convenient CSS animation libraries available in 2025.

Murat Yรผksel
May 22, 2025 โ‹… 8 min read
Understanding Next.js Middleware Vulnerability

Understanding Next.jsโ€™s middleware vulnerability

A critical auth bypass vulnerability in Next.js lets attackers skip middleware checks by faking the x-middleware-subrequest header.

David Omotayo
May 21, 2025 โ‹… 6 min read
How To Build A Secure File Upload System In Astro

How to build a secure file upload system in Astro

Build a secure file upload system using Astro’s server-side rendering, Cloudinaryโ€™s SDKs, and native integration.

Emmanuel John
May 21, 2025 โ‹… 19 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