Sha256: 977dccd1e7b5c8bc21c949b64a1ea08c1aa779a637c885099b9d7d6f5eaeabbc
Contents?: true
Size: 884 Bytes
Versions: 47
Compression:
Stored size: 884 Bytes
Contents
# Test Report plugin: `confluence` The `confluence` test report plugin is publishing test results in a Confluence page. ## Config DSL extension ### `confluence` Define a Confluence installation to be targeted. It takes the following parameters: * **url** (`String`): URL to the Confluence server * **tests_report_page_id** (`String` or `nil`): Confluence page id used for tests reports, or nil if none [default: nil] Example: ```ruby # Confluence configuration confluence( url: 'https://my_confluence.my_domain.com/confluence', # Tests report page ID tests_report_page_id: '12345678' ) ``` ## Used credentials | Credential | Usage | --- | --- | | `confluence` | Used to connect to the Confluence API | ## Used Metadata | Metadata | Type | Usage | --- | --- | --- | ## Used environment variables | Variable | Usage | --- | --- | ## External tools dependencies None
Version data entries
47 entries across 47 versions & 1 rubygems