From 0dce8ea7bffaacec6dd36778edaf032c97bf14d9 Mon Sep 17 00:00:00 2001 From: Hebert Date: Wed, 9 Jun 2021 14:15:06 -0300 Subject: [PATCH] Added the link icon to copy anchor URL (#319) --- CHANGELOG.md | 1 + scanapi/templates/report.html | 26 +++++++++++++++++++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) 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