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:

Why Kimi K2 is a frontend game-changer

Agentic AI for 5x less: Why Kimi K2 is a frontend game-changer

Kimi K2 doesn’t just tell you what to write or how to solve a problem; it writes the code, executes the tasks, and gets stuff done.

Chizaram Ken
Aug 22, 2025 โ‹… 8 min read
Gemini CLI vs Codex CLI: A Comparative Analysis

Does Gemini CLI fall short? Hereโ€™s how Codex compares

Compare Codex CLI vs Gemini CLI for real-world coding tasks. See strengths, weaknesses, and which AI CLI fits your developer workflow best.

Emmanuel John
Aug 20, 2025 โ‹… 8 min read
Is Next.js Still Developer-Friendly?

Is Next.js still developer-friendly?

The question isnโ€™t whether Next.js is good or bad; itโ€™s whether the productivity gains are worth the complexity tax.

Chizaram Ken
Aug 20, 2025 โ‹… 5 min read
Donโ€™t Let AI Erase The Next Generation Of Dev Leaders

Donโ€™t let AI erase the next generation of dev leaders

As AI tools take over more routine coding work, some companies are cutting early-career dev roles โ€” a short-sighted move that could quietly erode the next generation of tech leaders if we arenโ€™t careful.

Jack Herrington
Aug 19, 2025 โ‹… 6 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