Detox
Detox copied to clipboard
Gray box end-to-end testing and automation framework for mobile apps
Resolves https://github.com/wix/Detox/issues/3354 ### Reasoning #### Why did I touch logs? Because the global context now allows merging the logs in a cleaner way after the test session ends. #### Why...
### Description I have gotten tests to run once and all fail as they were written. Now no test runs and I don't know why. I am following the [instructions](https://reactnativetesting.io/e2e/setup/)...
A follow-up on the work on Genymotion-cloud integration done in the context of a grand PoC in #2429. While #2429 sums up the work required in order to start rolling...
### Describe your idea As can be observed by this example - https://wix.slack.com/archives/C1Y4D9BK8/p1654517139106019 -- We are often prompted to provide support just because the root error cause, while very descriptive,...
### What happened? I have a confirmation dialog on screen but couldn't tap that in a detox in ios 15 simulator ` it('should be in home menu', async () =>...
### Description A clear and concise description of what the bug is. - [x] I have tested this issue on the latest Detox release and it still reproduces #### Reproduction...
## Description Implement the new entity, **Detox root context**: * it should be created once, by using the resolved config (based on environment variables, CLI arguments, and `.detoxrc` files); *...
### Describe your idea It would be great if we overwrite artifacts such as screenshots or videos by passing through a flag e.g. `--overwrite-artifacts`. I've managed to get this working...