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
* Adds README under /openApiTests
Explaining intention of the folder
* Adds Open API test based on Prism
And instructions on how to run it locally
* Adds Github Actions workflow
To run Open API test as part of a CI process
* Run CI process every 5 minutes
As part of a "soak" test to confirm that the CI process is reliable
* Revert "Run CI process every 5 minutes"
This reverts commit 6babbb9.
* Remove CI using Github Actions
* Removes CI badge from README
* Merge OpenAPI tests with existing tests
* Use testify assert
Makes test easier to read
* Removes code no longer required
* Fixes typo
As per @ktrysmt's comment [here](https://github.com/ktrysmt/go-bitbucket/pull/122#issuecomment-758373984) tests are being changed so they can be run against both:
4
+
1. The actual Bitbucket API
5
+
1. The Swagger documentation from Bitbucket ([https://bitbucket.org/api/swagger.json](https://bitbucket.org/api/swagger.json)), using [Stoplight's Prism](https://stoplight.io/open-source/prism)
6
+
7
+
The latter will eventually be run as part of a CI process using [Github Actions](https://github.com/features/actions).
8
+
9
+
## Running tests locally against the Bitbucket API
0 commit comments