You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,10 @@ This repository is the result of my independent project for SETVI.
4
4
5
5
## What can you find here
6
6
* 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.
8
8
* Side information: To use the application in a special environment, the author accepts no responsibility if you cause damage to third parties
## 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
-
17
11
## How To Clone and Set Up a Project
18
12
19
13
### Install the dependencies
@@ -34,6 +28,12 @@ npm run allure:clear
34
28
npm run allure:report
35
29
```
36
30
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
+
37
37
## A list of technologies used within the project
38
38
***
39
39
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,
48
48
***
49
49
This is my project, which I upgrade with new things and test scenarios from time to time, and I do not accept any collaboration
0 commit comments