marathon icon indicating copy to clipboard operation
marathon copied to clipboard

Cross-platform test runner

Results 109 marathon issues
Sort by recently updated
recently updated
newest added

### Problem Currently, iOS vendor is using `SSHj` library to connect to a remote machine. To establish such connection a public ssh key is used. It seems that `SSHj` might...

### Problem At the moment, the implementation of the `IOSTestParser` implies source code to be persisted on the same machine the _marathon-cli_ is running. This might be a problem in...

Currently, there is a filtering logic in place to filter-out irrelevant test-cases received from the test-case parser. However, we might not need to filter any of those test-cases found at...

The more I introduce myself to the project the more I think that it would be feasible to have some kind of a knowledge-sharing (trouble-shooting) section in the document. Although...

enhancement

### **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...

enhancement

**Describe the bug** Hours are not displayed in the duration field in the report (index.html page) Duration field have the format like mm:ss.ms **To Reproduce** Steps to reproduce the behaviour:...

bug

### 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....

bug