-
Notifications
You must be signed in to change notification settings - Fork 129
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
Move iOS 17 tests to BitBar #1698
base: next
Are you sure you want to change the base?
Conversation
Generated by 🚫 Danger |
.buildkite/pipeline.yml
Outdated
- "--fail-fast" | ||
- "features/app_hangs.feature" | ||
test-collector#v1.10.2: | ||
files: "reports/TEST-*.xml" | ||
format: "junit" | ||
branch: "^master|next$$" | ||
concurrency: 5 | ||
concurrency_group: 'browserstack-app' | ||
concurrency_group: 'bitbar' |
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.
The App Hang tests will stay on BrowserStack due to the nature of those tests and issues with Appium 2.
.buildkite/pipeline.yml
Outdated
- "--device=IOS_17" | ||
- "--appium-version=1.21.0" | ||
- "--a11y-locator" |
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.
Existing issue, but --a11y-locator
isn't needed in this pipeline (2 instances it seems).
.buildkite/pipeline.yml
Outdated
- "--device=IOS_17" | ||
- "--no-tunnel" | ||
- "--aws-public-ip" | ||
- "--fail-fast" | ||
- "features/debug" | ||
test-collector#v1.10.2: | ||
files: "reports/TEST-*.xml" | ||
format: "junit" | ||
branch: "^master|next$$" | ||
concurrency: 5 |
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.
concurrency:
should be 25 for BitBar
Goal
Design
Changeset
Testing