Skip to content

Commit

Permalink
Release v2.0.3 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstraponline authored Mar 29, 2018
1 parent 1cb4da8 commit 3f9c98c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Flank/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
// https://jitpack.io/docs/BUILDING/
apply plugin: 'maven'
group 'com.walmart.otto'
version '2.0.2'
version '2.0.3'

apply plugin: 'java'
apply plugin: 'findbugs'
Expand Down
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,15 @@ To use Flank, please sign up for Firebase Test Lab and install the Google Cloud

### Download

Either [download Flank from here](https://jitpack.io/com/github/TestArmada/flank/v2.0.2/flank-v2.0.2.jar)
Flank releases may be downloaded [directly from JitPack](https://jitpack.io/com/github/TestArmada/flank/) or via [a dependency manager.](https://jitpack.io/#TestArmada/flank)

or

Use curl:

```console
curl --location --fail https://jitpack.io/com/github/TestArmada/flank/v2.0.2/flank-v2.0.2.jar --output Flank-2.0.2.jar
```

### Run Tests

To runs tests with Flank you will need the app and test apk's. You can specify in which class/package/annotation/testFile you would like tests to run by using ```-f```. If ```-f``` is not provided all the tests will be executed. Usage:

```
java -jar Flank-2.0.2.jar -a app-apk -t test-apk -f "class/package/annotation/testFile name"
java -jar Flank.jar -a app-apk -t test-apk -f "class/package/annotation/testFile name"
"class foo.FooTest, bar.BarTest" executes only the tests in the given class(es)
"class foo.FooTest#testFoo, bar.BarTest#testBar" executes only the given test(s)
Expand Down
4 changes: 4 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Release notes for flank

# next (unreleased)

-

# 2.0.3

- [Fix bug parsing test duration - **runningcode**](https://github.com/TestArmada/flank/pull/158)

# 2.0.2
Expand Down
1 change: 0 additions & 1 deletion release_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@

- Update `release_notes.md` with changes for Flank Java.
- Bump the version number in `Flank/build.gradle` (example: `version '2.0.1'`)
- Search and replace old version in `README.md` (example: `Flank-2.0.1.jar`)
- Create GitHub tag and publish the release.
- Release is now available on JitPack

0 comments on commit 3f9c98c

Please sign in to comment.