react-native-launch-arguments icon indicating copy to clipboard operation
react-native-launch-arguments copied to clipboard

Get launch arguments for testing with Detox and Appium

Results 35 react-native-launch-arguments issues
Sort by recently updated
recently updated
newest added

Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex Commits 000ac18 Build 2.24.4 f2006b6 Bump version...

dependencies

Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [plist](https://github.com/TooTallNate/node-plist). These dependencies need to be updated together. Removes `xmldom` Updates `plist` from 3.0.1 to 3.0.6 Changelog Sourced from plist's...

dependencies

If I build a production version of the detox test app, I can correctly access the launch arguments passed by the test runner. But if the test app is an...

Using Maestro test file with the following test setup.yml: ``` appId: ${APP_ID} --- - launchApp: arguments: isE2E: 'true' ``` On iOS the `isE2E` comes through as expected but on Android...

help wanted

Not sure if this is a bug. I started using launch arguments in my Maestro tests, and I'm finding that they persist such that after I kill the app and...