Skip to content

Commit

Permalink
docs: Fix information about project id (#1805)
Browse files Browse the repository at this point in the history
Fixes #1792 

These changes fix bad information that flank requires project name instead of project id
  • Loading branch information
piotradamczyk5 authored Apr 14, 2021
1 parent 475a124 commit 8c3b375
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
13 changes: 9 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ flank:
# test-targets:
# - className/testName

### Billing Project Name
## The billing enabled Google Cloud Platform project name to use
### Billing Project ID
## The billing enabled Google Cloud Platform project id to use
# project: flank-open-source

### Local Result Directory Storage
Expand Down Expand Up @@ -648,8 +648,8 @@ flank:
# files-to-download:
# - .*\.mp4$

### Billing Project Name
## The billing enabled Google Cloud Platform project name to use
### Billing Project ID
## The billing enabled Google Cloud Platform id name to use
# project: flank-open-source

### Local Results Directory
Expand Down Expand Up @@ -1028,6 +1028,11 @@ and flank's example [gradle-export-api](https://github.com/Flank/flank/tree/mast
Please check [document](docs/cucumber_support.md) for more info

6) > How can I find project id?
Please check the [firebase documentation](https://firebase.google.com/docs/projects/learn-more?hl=en#find_the_project_id) about finding the project id


# Resources

- [Instrumenting Firebase Test Lab](https://developer.squareup.com/blog/instrumenting-firebase-test-lab/)
4 changes: 2 additions & 2 deletions test_runner/flank.ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ flank:
# test-targets:
# - className/testName

### Billing Project Name
## The billing enabled Google Cloud Platform project name to use
### Billing Project ID
## The billing enabled Google Cloud Platform project id to use
# project: flank-open-source

### Local Result Directory Storage
Expand Down
4 changes: 2 additions & 2 deletions test_runner/flank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ flank:
# files-to-download:
# - .*\.mp4$

### Billing Project Name
## The billing enabled Google Cloud Platform project name to use
### Billing Project ID
## The billing enabled Google Cloud Platform project id to use
# project: flank-open-source

### Local Results Directory
Expand Down

0 comments on commit 8c3b375

Please sign in to comment.