-
Notifications
You must be signed in to change notification settings - Fork 187
ci: add func test for ios #994
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
Conversation
| [Test] | ||
| public void ScrollActionTestCase() | ||
| { | ||
| if (Env.IsCiEnvironment()) |
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.
@KazuCocoa, Wouldn't it be cleaner approach to skip the tests in the tests steps of the yaml file?
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.
Current way is to help grep with Env.IsCiEnvironment() to find skipped test cases easily, so we can move to CLI arguments later if it is more dotnet's preference way as a followup PR
|
Merging to run android/ios tests on GHA at least |
List of changes
Part of #990 for iOS
Types of changes
What types of changes are you proposing/introducing to the .NET client?
Put an
xin the boxes that applyDocumentation
This can be done by navigating to the documentation section on http://appium.io selecting the appropriate command/endpoint and clicking the 'Edit this doc' link to update the C# example
Integration tests
Details
Please provide more details about changes if necessary. You can provide code samples showing how they work and possible use cases if there are new features. Also, you can create gists with pasted C# code samples or put them here using markdown.
About markdown please read Mastering markdown and Writing on GitHub