Skip to content

Commit

Permalink
Merge pull request reportportal#52 from reportportal/use-report-porta…
Browse files Browse the repository at this point in the history
…l-yaml

Use config/report_portal.yaml for running internal tests
  • Loading branch information
abotalov authored Jun 25, 2019
2 parents 6281d5f + f416731 commit ee207f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea/
Gemfile.lock
Gemfile.lock
config/report_portal.yaml
4 changes: 2 additions & 2 deletions config/report_portal.yaml.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
uuid: 12345678-1234-1234-1234-123456789012
endpoint: https://localhost:8443/api/v1
endpoint: https://localhost:8080/api/v1
launch: example_launch_name
project: default_project
project: default_personal
tags: [tag1, tag2, tag3]
#formatter_modes: [skip_reporting_hierarchy]
#is_debug: true
Expand Down
10 changes: 0 additions & 10 deletions tests/report_portal.yaml

This file was deleted.

0 comments on commit ee207f3

Please sign in to comment.