项目作者: AtlasOfLivingAustralia

项目描述 :
Groovy/Spock functional (integration) tests
高级语言: Groovy
项目地址: git://github.com/AtlasOfLivingAustralia/biocache-tests.git
创建时间: 2018-03-15T00:15:29Z
项目社区:https://github.com/AtlasOfLivingAustralia/biocache-tests

开源协议:Other

下载


biocache-tests

biocache-tests is a Groovy/Spock project that seeks to gather all functional (integration) tests that will be used to perform a sanity chcek for an environment.

At this stage this project is focused on the Biocache Service section from the Biocache Infrastructure Testing Plan 2018
and https://github.com/AtlasOfLivingAustralia/bie-index/wiki/Things-to-check-for-a-new-bie-index#biocache

Usage

A typical invocation of the tests will look like the line below

gradle -DtestHostUrl=https://devt.ala.org.au/biocache-service/ws/ -DreferenceHostUrl=https://biocache-test.ala.org.au/ws/ test

Where:

  • testHostUr is the host under test
  • referenceHostUrl is an additional host/environment that will be used to compare calls run by SideBySideTest suite

TODO

  • Implement a look up to translate ala-hub taxa=XYZ query to biocache
  • Implement a look up table/file for expected results in different environments