Questions tagged [detox]

Gray box end-to-end testing and automation framework for mobile apps

From GitHub page:

High velocity native mobile development requires us to adopt continuous integration workflows, which means our reliance on manual QA has to drop significantly. Detox tests your mobile app while it's running in a real device/simulator, interacting with it just like a real user.

The most difficult part of automated testing on mobile is the tip of the testing pyramid - E2E. The core problem with E2E tests is flakiness - tests are usually not deterministic. We believe the only way to tackle flakiness head on is by moving from black box testing to gray box testing. That's where Detox comes into play.

Cross Platform: Write cross-platform tests in JavaScript. Currently supports iOS and Android.

Runs on Devices (not yet supported on iOS): Gain confidence to ship by testing your app on a device/simulator just like a real user.

Automatically Synchronized: Stops flakiness at the core by monitoring asynchronous operations in your app.

Made For CI: Execute your E2E tests on CI platforms like Travis without grief.

Test Runner Independent: Use Mocha, AVA, or any other JavaScript test runner you like.

Debuggable: Modern async-await API allows breakpoints in asynchronous tests to work as expected.

See the GitHub page for more information.

619 questions
-1
votes
1 answer

Detox. Click on IOS native system pop-up doesn't work

This is the confirmation alert pop-up I got after login into the application via google sso. Native pop-up screenshot And i've got the issue with clicking on 'Continue' button in this pop-up. I saw a few discussions already about this kind of…
-1
votes
1 answer

Cannot read property 'type' of undefined while running detox test command

I am trying to run the detox test using the package.json confugation detox test --configuration -l verbose android.emu.release got this error (config.configurations[program.configuration].type).split('.')[0]; ^ TypeError: Cannot read property…
abdul
  • 340
  • 6
  • 18
-2
votes
2 answers

Running E2E tests with Detox and Android emulator on mac m1

I have some troubleshoot when running detox e2e tests on Android emulator with my Macbook pro m1 (Apple chipset) I want to know if it's only me or if there is others with the same difficulty ?
-3
votes
1 answer

How to select images for iOS device library using DETOX?

How to select images for iOS device library using DETOX ?
jitendra l
  • 21
  • 1
1 2 3
41
42