-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# For getting your hands dirty faster to run this project: | ||
1- Clone it to intellij. <br /> | ||
2- Add your xray API Key credentials under src/test/resources/TestDataFiles/xrayLogin.json <br /> | ||
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. <br /> | ||
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. <br /> | ||
5- Install bat file plugin. <br /> | ||
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. <br /> | ||
- Add your xray API Key credentials under ```src/test/resources/TestDataFiles/xrayLogin.json``` <br /> | ||
- 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. <br /> | ||
- 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. <br /> | ||
- 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. |