-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ryan Pedersen
authored and
Ryan Pedersen
committed
Jul 20, 2020
1 parent
3c18b57
commit 1bc18c2
Showing
4 changed files
with
15 additions
and
63 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,6 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<testsuites name='circleciDemoReactNativeTests.xctest' tests='2' failures='2'> | ||
<testsuite name='circleciDemoReactNative' tests='2' failures='2'> | ||
<testcase classname='circleciDemoReactNative' name='testRendersWelcomeScreen'> | ||
<failure message='((redboxError) == nil) failed: "index.js: Cannot find module 'babel-plugin-transform-react-jsx-source' from '/Users/ryanpedersen/circleci-demo-react-native''>circleciDemoReactNativeTests/circleciDemoReactNativeTests.m:60</failure> | ||
</testcase> | ||
<testcase classname='circleciDemoReactNative' name='testRendersWelcomeScreen'> | ||
<failure message='((foundElement) is true) failed - Couldn't find element with text 'Hello from CircleCI!' in 600 seconds'>circleciDemoReactNativeTests/circleciDemoReactNativeTests.m:61</failure> | ||
</testcase> | ||
<testsuites name='circleciDemoReactNativeTests.xctest' tests='1' failures='0'> | ||
<testsuite name='circleciDemoReactNative' tests='1' failures='0'> | ||
<testcase classname='circleciDemoReactNative' name='testRendersWelcomeScreen' time='0.262'/> | ||
</testsuite> | ||
</testsuites> |