-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document Flutter ios testing support #3066
Conversation
Deploy preview ready for 3066! |
6 similar comments
Deploy preview ready for 3066! |
Deploy preview ready for 3066! |
Deploy preview ready for 3066! |
Deploy preview ready for 3066! |
Deploy preview ready for 3066! |
Deploy preview ready for 3066! |
docs/mobile-apps/automated-testing/flutter/flutter-integration-testing-ios.md
Outdated
Show resolved
Hide resolved
saucectl run | ||
``` | ||
|
||
For further configuration options and info on how to use `saucectl` visit [/docs/mobile-apps/automated-testing/espresso-xcuitest/xcuitest.md](/docs/mobile-apps/automated-testing/espresso-xcuitest/xcuitest.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should change the saucectl docs to reflect xctests too, this is something that can make customer confused and open SRs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, we need to find a smart way to do this, I don't want to copy the entire xcuitest config page
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thinking about this more, I believe we should not update the doc in the xcuitest config page
until we at least support format version 2 of the xctestrun file.
Otherwise people will assume that we have generic XCTest support and wonder when their XCTests don't work on Sauce.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah the confusion would come from the replacement from appTest
to xcTestRunFile
parameter in the file and the saucectl init
command.
Maybe in the part we recommend using saucectl init
we could give a heads up there. Like You'll need to provide the test app or ipa file, and the xctestrun file created as described previously.
saucectl init can be invoked interactive or non interactive. If using non interactive these are the minimum required parameters:
saucectl init --no-prompt -r us-west-1 xctest --xctest-run-file FlutterTest.xctestrun --app FlutterTestApp-resigned.ipa --device name=iPhone,private=true
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mention that in this comment: follow the steps to configure your xctest, with your
.app/
.ipafile and the
.xctestruntest config. Use
Real Devicenot
Virtual Device``
docs/mobile-apps/automated-testing/flutter/flutter-integration-testing-ios.md
Outdated
Show resolved
Hide resolved
docs/mobile-apps/automated-testing/flutter/flutter-integration-testing-ios.md
Outdated
Show resolved
Hide resolved
docs/mobile-apps/automated-testing/flutter/flutter-integration-testing-ios.md
Outdated
Show resolved
Hide resolved
docs/mobile-apps/automated-testing/flutter/flutter-integration-testing-ios.md
Outdated
Show resolved
Hide resolved
docs/mobile-apps/automated-testing/flutter/flutter-integration-testing-ios.md
Outdated
Show resolved
Hide resolved
docs/mobile-apps/automated-testing/flutter/flutter-integration-testing-ios.md
Outdated
Show resolved
Hide resolved
docs/mobile-apps/automated-testing/flutter/flutter-integration-testing-ios.md
Outdated
Show resolved
Hide resolved
docs/mobile-apps/automated-testing/flutter/flutter-integration-testing-ios.md
Outdated
Show resolved
Hide resolved
docs/mobile-apps/automated-testing/flutter/flutter-integration-testing-ios.md
Outdated
Show resolved
Hide resolved
docs/mobile-apps/automated-testing/flutter/flutter-integration-testing-ios.md
Outdated
Show resolved
Hide resolved
Deploy preview ready for 3066! |
docs/mobile-apps/automated-testing/flutter/flutter-integration-testing-ios.md
Show resolved
Hide resolved
Deploy preview ready for 3066! |
1 similar comment
Deploy preview ready for 3066! |
docs/mobile-apps/automated-testing/flutter/flutter-integration-testing-ios.md
Outdated
Show resolved
Hide resolved
Deploy preview ready for 3066! |
2 similar comments
Deploy preview ready for 3066! |
Deploy preview ready for 3066! |
docs/mobile-apps/automated-testing/flutter/flutter-integration-testing-ios.md
Outdated
Show resolved
Hide resolved
Deploy preview ready for 3066! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still looking through this.
docs/mobile-apps/automated-testing/flutter/flutter-integration-testing-ios.md
Outdated
Show resolved
Hide resolved
docs/mobile-apps/automated-testing/flutter/flutter-integration-testing-ios.md
Outdated
Show resolved
Hide resolved
docs/mobile-apps/automated-testing/flutter/flutter-integration-testing-ios.md
Outdated
Show resolved
Hide resolved
docs/mobile-apps/automated-testing/flutter/flutter-integration-testing-ios.md
Outdated
Show resolved
Hide resolved
docs/mobile-apps/automated-testing/flutter/flutter-integration-testing-ios.md
Outdated
Show resolved
Hide resolved
docs/mobile-apps/automated-testing/flutter/flutter-integration-testing-ios.md
Outdated
Show resolved
Hide resolved
Co-authored-by: bahrimootaz <[email protected]>
Co-authored-by: Thiago Veronese <[email protected]>
18748af
to
432aabe
Compare
Deploy preview ready for 3066! |
Deploy preview ready for 3066! |
Deploy preview ready for 3066! |
Deploy preview ready for 3066! |
Types of Changes