|
1 |
| -# Flank [](https://app.bitrise.io/app/9767f3e19047d4db) [](https://codecov.io/gh/TestArmada/flank) [](https://pullreminders.com?ref=badge) |
| 1 | +# Flank [](https://app.bitrise.io/app/9767f3e19047d4db) [](https://codecov.io/gh/Flank/flank) [](https://pullreminders.com?ref=badge) |
2 | 2 |
|
3 | 3 | Flank is a [massively parallel Android and iOS test runner](https://docs.google.com/presentation/d/1goan9cXpimSJsS3L60WjljnFA_seUyaWb2e-bezm084/edit#slide=id.p1) for [Firebase Test Lab](https://firebase.google.com/docs/test-lab/).
|
4 | 4 |
|
@@ -458,17 +458,17 @@ flank:
|
458 | 458 |
|
459 | 459 | Download Flank from GitHub releases.
|
460 | 460 |
|
461 |
| -Stable. Get the latest [stable version number](https://github.com/TestArmada/flank/releases/latest) and replace the `XXX` with the version number. |
| 461 | +Stable. Get the latest [stable version number](https://github.com/Flank/flank/releases/latest) and replace the `XXX` with the version number. |
462 | 462 |
|
463 | 463 | ```
|
464 |
| -wget --quiet https://github.com/TestArmada/flank/releases/download/vXXX/flank.jar -O ./flank.jar |
| 464 | +wget --quiet https://github.com/Flank/flank/releases/download/vXXX/flank.jar -O ./flank.jar |
465 | 465 | java -jar ./flank.jar android run
|
466 | 466 | ```
|
467 | 467 |
|
468 | 468 | Snapshot (published after every commit)
|
469 | 469 |
|
470 | 470 | ```
|
471 |
| -wget --quiet https://github.com/TestArmada/flank/releases/download/flank_snapshot/flank.jar -O ./flank.jar |
| 471 | +wget --quiet https://github.com/Flank/flank/releases/download/flank_snapshot/flank.jar -O ./flank.jar |
472 | 472 | java -jar ./flank.jar android run
|
473 | 473 | ```
|
474 | 474 |
|
@@ -556,28 +556,28 @@ dependencies {
|
556 | 556 |
|
557 | 557 | ### FAQ
|
558 | 558 |
|
559 |
| -> Access Not Configured. Cloud Tool Results API has not been used in project 764086051850 before or it is disabled. |
| 559 | +1) > Access Not Configured. Cloud Tool Results API has not been used in project 764086051850 before or it is disabled. |
560 | 560 |
|
561 |
| -This error means authentication hasn't been setup properly. See `Authenticate with a service account` in this readme. |
| 561 | + This error means authentication hasn't been setup properly. See `Authenticate with a service account` in this readme. |
562 | 562 |
|
563 |
| -> How do I use Flank without typing long commands? |
| 563 | +2) > How do I use Flank without typing long commands? |
564 | 564 |
|
565 |
| -Add Flank's [bash helper folder](https://github.com/TestArmada/flank/blob/master/test_runner/bash/) to your $PATH environment variable. This will allow you to call the shell scripts in that helper folder from anywhere. |
| 565 | + Add Flank's [bash helper folder](https://github.com/Flank/flank/blob/master/test_runner/bash/) to your $PATH environment variable. This will allow you to call the shell scripts in that helper folder from anywhere. |
566 | 566 |
|
567 |
| -With the [flank](https://github.com/TestArmada/flank/blob/master/test_runner/bash/flank) shell script, you can use `flank` instead of `java -jar flank.jar`. Examples: |
| 567 | + With the [flank](https://github.com/Flank/flank/blob/master/test_runner/bash/flank) shell script, you can use `flank` instead of `java -jar flank.jar`. Examples: |
568 | 568 |
|
569 |
| -- `flank android run` |
570 |
| -- `flank ios run` |
| 569 | + - `flank android run` |
| 570 | + - `flank ios run` |
571 | 571 |
|
572 |
| -With the [update_flank.sh](https://github.com/TestArmada/flank/blob/master/test_runner/bash/update_flank.sh) shell script, you can rebuild `flank.jar`. |
| 572 | + With the [update_flank.sh](https://github.com/Flank/flank/blob/master/test_runner/bash/update_flank.sh) shell script, you can rebuild `flank.jar`. |
573 | 573 |
|
574 |
| -> Symbol is declared in module 'java.xml' which does not export package 'com.sun.org.apache.xerces.internal.dom' |
| 574 | +3) > Symbol is declared in module 'java.xml' which does not export package 'com.sun.org.apache.xerces.internal.dom' |
575 | 575 |
|
576 |
| -Make sure you're using JDK 8 to compile Flank. |
| 576 | + Make sure you're using JDK 8 to compile Flank. |
577 | 577 |
|
578 |
| -> Test run failed to complete. Expected 786 tests, received 660 |
| 578 | +4) > Test run failed to complete. Expected 786 tests, received 660 |
579 | 579 |
|
580 |
| -Try setting `use-orchestrator: false`. Parameterized tests [are not compatible with orchestrator](https://stackoverflow.com/questions/48735268/unable-to-run-parameterized-tests-with-android-test-orchestrator). Flank uses [orchestrator by default on Android.](https://developer.android.com/training/testing/junit-runner) |
| 580 | + Try setting `use-orchestrator: false`. Parameterized tests [are not compatible with orchestrator](https://stackoverflow.com/questions/48735268/unable-to-run-parameterized-tests-with-android-test-orchestrator). Flank uses [orchestrator by default on Android.](https://developer.android.com/training/testing/junit-runner) |
581 | 581 |
|
582 | 582 | # Resources
|
583 | 583 |
|
|
0 commit comments