diff --git a/CHANGELOG.md b/CHANGELOG.md index d4bd2e39..ac2c12fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added - Show on report the scanapi version used to generate it. [#386](https://github.com/scanapi/scanapi/pull/386) +- Link icon to copy anchor URL. [#398](https://github.com/scanapi/scanapi/pull/398) ### Fixed - Error making request when request has no body and there is a `report::hide_request::body` configuration. [#393](https://github.com/scanapi/scanapi/pull/393) diff --git a/scanapi/templates/report.html b/scanapi/templates/report.html index a95c5a16..a5d32ae2 100644 --- a/scanapi/templates/report.html +++ b/scanapi/templates/report.html @@ -383,6 +383,10 @@ outline: none; } + .copy__link_anchor_url { + width: 15px; + } + .bg_green{ background-color: green!important; color: white; @@ -415,7 +419,10 @@

Report generated for your API