Skip to content

Commit

Permalink
make behave report to testrail
Browse files Browse the repository at this point in the history
update instruction in README

testgrail connection, clean up repo

add readme instructions for behave/testrail

wip: new end to end test implemented

add new behave test with reserve and draft release
  • Loading branch information
thomas loubrieu committed Oct 5, 2020
1 parent 1a7c9b7 commit b1b1b83
Show file tree
Hide file tree
Showing 20 changed files with 471 additions and 1,715 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,12 @@ build/
doi.db
output/
transaction_history/
.eggs/
docs/Makefile
docs/design/PDS-technical-architecture.pdf
docs/make.bat
doi_temp.db
tests/aaDOI_production_submitted_labels.zip
tests/aaDOI_production_submitted_labels/


73 changes: 0 additions & 73 deletions 0.0.3-dev/REQUIREMENTS.md

This file was deleted.

73 changes: 0 additions & 73 deletions 0.0.4-dev/REQUIREMENTS.md

This file was deleted.

73 changes: 0 additions & 73 deletions 0.0.5-dev/REQUIREMENTS.md

This file was deleted.

18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,24 @@ You can also run them for a nicer reporting:
behave -f allure_behave.formatter:AllureFormatter -o ./allure ./features
allure service allure

#### To report to testrail

Test report can be pushed to testrail: https://cae-testrail.jpl.nasa.gov/testrail/

Project: Planetary Data System (PDS)
Test suite: pds-doi-service

Set you environment:

export TESTRAIL_USER=<your email in testrail>
export TESTRAIL_KEY=<your API key in tesrail>

Run the tests:

behave

See the results in https://cae-testrail.jpl.nasa.gov/testrail/index.php?/projects/overview/168

## Documentation management

### Design :
Expand Down
2 changes: 1 addition & 1 deletion config/DOI_IAD2_reserved_template_20200205-mustache.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<site_url>{{site_url}}</site_url>
{{/site_url}}
{{^site_url}}
<site_url></site_url>
<site_url>N/A</site_url>
{{/site_url}}
<product_type>{{product_type}}</product_type>
<product_type_specific>{{product_type_specific}}</product_type_specific>
Expand Down
Loading

0 comments on commit b1b1b83

Please sign in to comment.