You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -26,25 +29,14 @@ dependencyCheck | Runs dependency-check against the current project. It aggregat
26
29
dependencyUpdates | Shows a list of project dependencies that can be updated | ```$ sbt dependencyUpdates```
27
30
dependencyUpdatesReport | Writes a list of project dependencies to a file | ```$ sbt dependencyUpdatesReport```
28
31
29
-
### Reporting Issues
32
+
##Testing
30
33
31
-
You can create a GitHub issue [here](https://github.com/hmrc/vat-api/issues).
32
-
33
-
### License
34
-
35
-
This code is open source software licensed under the [Apache 2.0 License]("http://www.apache.org/licenses/LICENSE-2.0.html")
34
+
For information about testing the APIs, and generating tax payer access tokens for each environment, see [mtd-vat-api-acceptance-tests](https://github.com/hmrc/mtd-vat-api-acceptance-tests).
36
35
37
-
### Postman setup
36
+
##Reporting Issues
38
37
39
-
To execute these apis in postman the following repo needs to be started.
40
-
mtd-vat-api-acceptance-tests
41
-
sm2 --start MTDFB_VAT
42
-
43
-
### Generate tax payer access tokens for each environment
38
+
You can create a GitHub issue [here](https://github.com/hmrc/vat-api/issues).
44
39
45
-
checkout mtd-vat-api-acceptance-tests
46
-
./generateTestUsers_local.sh
47
-
./generateTestUsers_qa.sh
48
-
./generateTestUsers_staging.sh
49
-
./generateTestUsers_externaltest.sh
40
+
## License
50
41
42
+
This code is open source software licensed under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0.html).
0 commit comments