From 83fc7f805ac455158010c2b1e9897093629f79c4 Mon Sep 17 00:00:00 2001 From: Mohammed Samir <38625749+samiir95@users.noreply.github.com> Date: Fri, 27 Jan 2023 00:06:31 +0300 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fdb4fa2..81e1a58 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# For getting your hands dirty faster to run this project: -1- Clone it to intellij.
-2- Add your xray API Key credentials under src/test/resources/TestDataFiles/xrayLogin.json
-3- At this class >> src/test/java/com/tests/PublishXrayResults , change x-ray project key and test plan key to be your jira matched keys for the "postExecutionReportBackToXray" test method.
-4- For the whole test methods inside CalcTest and SampleTest classes, change requirement_key attributes for the whole @Requirement annotation to be your jira requirement that you need to link this test method to.
-5- Install bat file plugin.
-6- Run the run.bat file by right click and run. +## 🏃 For getting your hands dirty faster to run this project: +- Clone it to Intellij or your favorite IDE.
+- Add your xray API Key credentials under ```src/test/resources/TestDataFiles/xrayLogin.json```
+- At this class ```src/test/java/com/tests/PublishXrayResults``` , change x-ray ```project_key``` and ```test_plan_key``` to be your Jira matched keys for the ```postExecutionReportBackToXray``` test method.
+- For the whole test methods inside ```CalcTest``` and ```SampleTest``` classes, change ```requirement_key``` attributes for the whole ```@Requirement``` annotation to be your Jira requirement that you need it to be linked to test method.
+- Run the ```run.bat``` file by right click and run or navigate to the ```.bat``` file location and double click it. +- If you have linux os then navigate to the ```run.sh``` file, open terminal then type ```bash run.sh``` and hit enter.