Abhishek Bedi
Abhishek Bedi
### **Is your feature request related to a problem? Please describe.** Running your tests with different environments, localizations and sanitizers is a good way to catch more bugs. You can...
### Motivation Marathon for iOS produces an amazing HTML report (in the `outputDir`) but sometimes we need the final `xcresult` bundle for many reasons (say integrating with the CI, uploading...
**Describe the bug** Marathon failes to parse the iOS XCTestRun file if the file doesn't have SkipTestIdentifiers. Ideally, SkipTestIdentifiers should be optional. **To Reproduce** Steps to reproduce the behaviour: 1....
### Background For Android, marathon already supports [Cucumber](https://cucumber.io/docs/cucumber/api/?lang=java) framework for BDD (Behaviour Driven Development) oriented UI Tests but the same is not present for iOS (which uses a similar [Cucumberish](https://github.com/Ahmed-Ali/Cucumberish))....