From 3b41c6c68369acd0d3ef9bc2c7453c5ce21a728a Mon Sep 17 00:00:00 2001 From: Patrick <50352812+Mueller-Patrick@users.noreply.github.com> Date: Thu, 17 Jun 2021 16:33:19 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Home.md b/Home.md index 8daacc0..a9f75a0 100644 --- a/Home.md +++ b/Home.md @@ -4,32 +4,32 @@ ## Use Cases ### Search for Product - [UCS](https://github.com/Mueller-Patrick/Betterzon/wiki/Use-Case-Specification:-Search-for-Product)
-- [Cucumber Test](https://github.com/Mueller-Patrick/Betterzon/blob/master/CucumberTests/src/test/resource/searchProduct.feature) +- [Feature File](https://github.com/Mueller-Patrick/Betterzon/blob/master/CucumberTests/src/test/resource/searchProduct.feature) ### Price Alarm List - [UCS](https://github.com/Mueller-Patrick/Betterzon/wiki/Use-Case-Specification:-Price-Alarm-List)
-- [Cucumber Test](https://github.com/Mueller-Patrick/Betterzon/blob/master/CucumberTests/src/test/resource/priceAlarms.feature) +- [Feature File](https://github.com/Mueller-Patrick/Betterzon/blob/master/CucumberTests/src/test/resource/priceAlarms.feature) ### Web Crawler - [UCS](https://github.com/Mueller-Patrick/Betterzon/wiki/Use-Case-Specification:-Web-Crawler)
-- Cucumber Test // N/A +- Feature File // N/A ### Manage Vendor Shop - [UCS](https://github.com/Mueller-Patrick/Betterzon/wiki/Use-Case-Specification:-Manage-Vendor-Shop)
-- [Cucumber Test](https://github.com/Mueller-Patrick/Betterzon/blob/develop/CucumberTests/src/test/resource/manageVendor.feature) +- [Feature File](https://github.com/Mueller-Patrick/Betterzon/blob/develop/CucumberTests/src/test/resource/manageVendor.feature) ### Favorite Shop List - [UCS](https://github.com/Mueller-Patrick/Betterzon/wiki/Use-Case-Specification:-Favorite-Shop-List)
-- [Cucumber Test](https://github.com/Mueller-Patrick/Betterzon/blob/develop/CucumberTests/src/test/resource/favoriteShopList.feature) +- [Feature File](https://github.com/Mueller-Patrick/Betterzon/blob/develop/CucumberTests/src/test/resource/favoriteShopList.feature) ### Add new products - [UCS](https://github.com/Mueller-Patrick/Betterzon/wiki/Use-Case-Specification:-Add-New-Products)
-- Cucumber Test // N/A +- Feature File // N/A ### Page Administration - [UCS](https://github.com/Mueller-Patrick/Betterzon/wiki/Use-Case-Specification:-Page-Administration)
-- Cucumber Test // N/A +- Feature File // N/A ## Testing - [Test Plan](https://github.com/Mueller-Patrick/Betterzon/wiki/Test-Plan)