Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate from postman to bruno for integration tests (#2197)
* Initial bruno test commit * Added set cookie pre request scripts for the rest of the tests that require them * Fixed List Attachments for Datarecord test * Added OpenID Connect tests * Added docker compose to run bruno tests. Fixed up configuration to work with bruno method of running CLI tool * Added config to run bruno tests on CircleCI * Tidied up writing of test report * Removed Solr test as it should really be done as part of the Mocha tests * Added npm install command required to get mocha inside node_modules. * Added missing tests from current develop branch postman * Ported final tests from postman to bruno * Updated mocha tests to use latest mongo image * Fixed mongodb docker label * run bruno and remove postman Signed-off-by: Mark Cottman-Fields <[email protected]> * run bruno and remove postman Signed-off-by: Mark Cottman-Fields <[email protected]> * ensure junit output dirs are available Signed-off-by: Mark Cottman-Fields <[email protected]> * reuse npm run instead of duplicate docker compose command Signed-off-by: Mark Cottman-Fields <[email protected]> * make .tmp folders consistently created in top-level dir Signed-off-by: Mark Cottman-Fields <[email protected]> --------- Signed-off-by: Mark Cottman-Fields <[email protected]> Co-authored-by: Andrew Brazzatti <[email protected]> Co-authored-by: andrewbrazzatti <[email protected]>
- Loading branch information