File tree Expand file tree Collapse file tree 6 files changed +6
-216
lines changed Expand file tree Collapse file tree 6 files changed +6
-216
lines changed Original file line number Diff line number Diff line change 11name : Continuous Integration
22
3- on : push
3+ on : pull_request
44
55jobs :
66 build :
Original file line number Diff line number Diff line change 77build /
88dist /
99* ~
10- scripts / cert.json
11- scripts / apikey.txt
10+ cert.json
11+ apikey.txt
1212htmlcov /
1313.pytest_cache /
1414.vscode /
Original file line number Diff line number Diff line change @@ -170,9 +170,9 @@ following credentials from the project:
170170
1711711 . * Service account certificate* : This can be downloaded as a JSON file from
172172 the "Settings > Service Accounts" tab of the Firebase console. Copy the
173- file into the repo so it's available at ` scripts/ cert.json` .
173+ file into the repo so it's available at ` cert.json ` .
1741742 . * Web API key* : This is displayed in the "Settings > General" tab of the
175- console. Copy it and save to a new text file at ` scripts/ apikey.txt` .
175+ console. Copy it and save to a new text file at ` apikey.txt ` .
176176
177177Then set up your Firebase/GCP project as follows:
178178
@@ -202,7 +202,7 @@ Then set up your Firebase/GCP project as follows:
202202Now you can invoke the integration test suite as follows:
203203
204204```
205- pytest integration/ --cert scripts/ cert.json --apikey scripts/ apikey.txt
205+ pytest integration/ --cert cert.json --apikey apikey.txt
206206```
207207
208208### Emulator-based Integration Testing
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments