forked from WordPress/gutenberg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: iOS E2E tests set OS version (WordPress#55661)
* test: iOS E2E tests set OS version Without setting this, cryptic errors result where Xcode may attempt to build the app for the local development machine, rather than the targeted iOS simulator. ``` ** BUILD FAILED ** ❌ gutenberg/packages/react-native-editor/ios/GutenbergDemo.xcodeproj: Provisioning profile "Gutenberg Development" doesn't include the currently selected device "MacBook Pro" (identifier [REDACTED]). (in target 'GutenbergDemo' from project 'GutenbergDemo') ``` * docs: Fix incorrect E2E test example scripts The nested npm script requires additional `--` separators to pass the argument to the resulting Jest command.
- Loading branch information
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters