@@ -134,17 +134,16 @@ $ gulp # Lint, build, and run unit test suite
134
134
To run the integration test suite:
135
135
136
136
```
137
- $ node test/integration <apiKey> # Run integration test suite
137
+ $ node test/integration # Run integration test suite
138
138
```
139
139
140
- The integration test suite requires you to generate a service account key JSON file for a
141
- Firebase project and save it to ` test/resources/key.json ` . Create a new project in the
142
- [ Firebase console] ( https://console.firebase.google.com ) if you do not already have one.
143
- Use a separate, dedicated project for integration tests since the test suite makes a large
144
- number of writes to the Firebase realtime database. Download the service account key file
145
- from the "Settings > Service Accounts" page of the project, and copy it to
146
- ` test/resources/key.json ` . Also obtain the API key for the same project from "Settings > General".
147
- This API key should be passed into the test suite as a command-line argument.
140
+ The integration test suite requires a service account JSON key file, and an API key for a Firebase
141
+ project. Create a new project in the [ Firebase console] ( https://console.firebase.google.com ) if
142
+ you do not already have one. Use a separate, dedicated project for integration tests since the
143
+ test suite makes a large number of writes to the Firebase realtime database. Download the service
144
+ account key file from the "Settings > Service Accounts" page of the project, and copy it to
145
+ ` test/resources/key.json ` . Also obtain the API key for the same project from "Settings > General",
146
+ and save it to ` test/resource/apikey.txt ` .
148
147
149
148
### Repo Organization
150
149
0 commit comments