Skip to content

Commit d2c72da

Browse files
Update README.md
1 parent acabb8e commit d2c72da

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,10 @@ This repository is the result of my independent project for SETVI.
44

55
## What can you find here
66
* Quick summary about this repo: I spent 2 days on the realization and setting up this project. The JavaScript programming language was used to write the code. The URL for the endpoint I got for SETVI, and I had no intention of harming the company itself, but only to increase and improve my skills.
7-
* Folder structure: inside the Cypress folder, there is an e2e folder containing a test file. The main class is located in the modules folder, which is also inside the cypress folder, and this class contains all the methods..
7+
* Folder structure: inside the Cypress folder, there is an e2e folder containing a test file. The main class is located in the modules folder, which is also inside the cypress folder, and this class contains all the methods.
88
* Side information: To use the application in a special environment, the author accepts no responsibility if you cause damage to third parties
99
* Detailed bug report [5 positive, 5 negative](https://github.com/pavlovic-bojan/SetviTechnicalTask/blob/main/BUG_REPORT/BUG_REPORT.md)
1010

11-
## Execution of tests in CI/CD using GitHub Actions
12-
Go to [Actions](https://github.com/pavlovic-bojan/SetviTechnicalTask/actions), then choose on the left side [Setvi Technical Task](https://github.com/pavlovic-bojan/SetviTechnicalTask/actions/workflows/main.yml), then on the right side click on Run workflow in the text box, insert branches if not want to run from the main branch, and then click on the green button Run workflow.
13-
***
14-
[The results of the last test execution are visible at this link](https://pavlovic-bojan.github.io/SetviTechnicalTask/)
15-
> In the meantime, if the owners changed something on the endpoint and some tests failed, maybe all the tests failed due to changes in the endpoint itself. I don't have any influence, nor is the company obliged to let me know about changes, because this project is only a demo project.
16-
1711
## How To Clone and Set Up a Project
1812

1913
### Install the dependencies
@@ -34,6 +28,12 @@ npm run allure:clear
3428
npm run allure:report
3529
```
3630

31+
## Execution of tests in CI/CD using GitHub Actions
32+
Go to [Actions](https://github.com/pavlovic-bojan/SetviTechnicalTask/actions), then choose on the left side [Setvi Technical Task](https://github.com/pavlovic-bojan/SetviTechnicalTask/actions/workflows/main.yml), then on the right side click on Run workflow in the text box, insert branches if not want to run from the main branch, and then click on the green button Run workflow.
33+
***
34+
[The results of the last test execution are visible at this link](https://pavlovic-bojan.github.io/SetviTechnicalTask/)
35+
> In the meantime, if the owners changed something on the endpoint and some tests failed, maybe all the tests failed due to changes in the endpoint itself. I don't have any influence, nor is the company obliged to let me know about changes, because this project is only a demo project.
36+
3737
## A list of technologies used within the project
3838
***
3939
A list of technologies used within the project:
@@ -48,4 +48,4 @@ Feel free to copy the project from this repository into your IDE, run the test,
4848
***
4949
This is my project, which I upgrade with new things and test scenarios from time to time, and I do not accept any collaboration
5050
> Please do not change the code.
51-
> I am available for any questions.
51+
> I am available for any questions. <[email protected]>

0 commit comments

Comments
 (0)