From 6e2858e933896a24d501ef6e416aeb124c4737ca Mon Sep 17 00:00:00 2001 From: Benjamin Bischoff Date: Wed, 18 Apr 2018 15:14:12 +0200 Subject: [PATCH] screenshot update --- README.md | 4 ++-- .../img/{report_details.png => details.png} | Bin .../img/{report_overview.png => suite.png} | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename documentation/img/{report_details.png => details.png} (100%) rename documentation/img/{report_overview.png => suite.png} (100%) diff --git a/README.md b/README.md index cf06018c..8a7144e5 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ This page shows the most important information about the test suite: - grouped scenarios by status - optional custom parameters -![report_overview](documentation/img/report_overview.png) +![report_overview](documentation/img/suite.png) ## Scenario detail pages @@ -74,7 +74,7 @@ It shows: - stack traces of failed steps - screenshots -![report_detail](documentation/img/report_details.png) +![report_detail](documentation/img/details.png) ## Tag statistics page diff --git a/documentation/img/report_details.png b/documentation/img/details.png similarity index 100% rename from documentation/img/report_details.png rename to documentation/img/details.png diff --git a/documentation/img/report_overview.png b/documentation/img/suite.png similarity index 100% rename from documentation/img/report_overview.png rename to documentation/img/suite.png