Skip to content

Commit e553b3f

Browse files
authored
add a section about parallel tests (#807)
1 parent 6c6b73f commit e553b3f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ios_tests/readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ Finished in 1 min 57 secs
2929
### Tips for parallel
3030

3131
- https://github.com/grosser/parallel_tests
32+
- Usage: https://github.com/appium/ruby_lib_core#run-parallel-tests-with-parallel_tests-gem

readme.md

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ gem install --no-rdoc --no-ri appium_lib
7474
# Load Pry
7575
`Pry.config.pager = false` is set if you have no `.pryrc` files and `Pry` is defined.
7676

77+
# Run tests in parallel
78+
This repository has examples for running tests in parallel. Read [ios_tests](https://github.com/appium/ruby_lib/tree/master/ios_tests) to see them.
7779

7880
# Contribute
7981
## How to add new commands for `driver`

0 commit comments

Comments
 (0)