From a8b196048ccfbc8c00655554feeb330b76c75f11 Mon Sep 17 00:00:00 2001 From: Gaurav Khurana Date: Tue, 12 Dec 2023 17:36:14 +0530 Subject: [PATCH] Update README.md with videos Added the link to the video created to use this --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad81331..00060a3 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ Following are some features of Syncer on high-level: - Support for providing particular Test Suites in which test-cases needs to be updated or in case of same test-case present in multiple test suites - List down the test-cases which are not part of Azure DevOps +## Videos which can assist you in using the utility + +[![How to use the utility locally](http://i3.ytimg.com/vi/Zjxrv3_J2BM/hqdefault.jpg)](https://www.youtube.com/watch?v=Zjxrv3_J2BM) + +[![Integrate utility with pipeline](http://i3.ytimg.com/vi/U8cZKv5f7hE/hqdefault.jpg)](https://www.youtube.com/watch?v=U8cZKv5f7hE&feature=youtu.be) + ## Usage Generally, there are 2 types of Test Execution. 1. Automated Test Execution - Testers automate their test-cases using any automation framework and execute them which will generate a file with Test results. @@ -203,4 +209,4 @@ USAGE: syncer --version -c (Default: false) true/false. Use this argument to specify that specified Test-suite Ids should only be considered for duplicate Test-cases -``` \ No newline at end of file +```