Skip to content

Commit f3dff76

Browse files
committed
updated guides
1 parent d64c1aa commit f3dff76

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/11-Reporting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ While HTML report can be pretty good for a single test run, more advanced report
6262

6363
Testomat.io reports are easy to set up and without storing artifacts on CI system.
6464

65-
![](images/testomatio-report.png)
65+
![](/images/testomatio-report.png)
6666

6767
> 😻 Testomat.io is free for small teams, so you can use its reporting features with Codeception.
6868
6969
Testomat.io imports all tests into UI, so your managers, business analysts, and manual QAs can see all your unit, funcitonal, and acceptance tests listed in one place:
7070

71-
![](images/testomatio-import.png)
71+
![](/images/testomatio-import.png)
7272

7373
To start, create a new project at Testomat.io and import all your Codeception tests into it. Install testomatio packages for reporting and importing Codeception tests:
7474

@@ -122,7 +122,7 @@ php vendor/bin/codecept run --xml
122122

123123
## Allure
124124

125-
![](images/codecept-allure.png)
125+
![](/images/codecept-allure.png)
126126

127127
[Allure](https://docs.qameta.io/allure/) is a popular open-source reporting tool. It can be paired with Codeception to get a detailed run report. Use [Allure extension](https://github.com/allure-framework/allure-codeception) to generate report which can be passed to Allure to display it.
128128

docs/Reporting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ While HTML report can be pretty good for a single test run, more advanced report
6262

6363
Testomat.io reports are easy to set up and without storing artifacts on CI system.
6464

65-
![](images/testomatio-report.png)
65+
![](/images/testomatio-report.png)
6666

6767
> 😻 Testomat.io is free for small teams, so you can use its reporting features with Codeception.
6868
6969
Testomat.io imports all tests into UI, so your managers, business analysts, and manual QAs can see all your unit, funcitonal, and acceptance tests listed in one place:
7070

71-
![](images/testomatio-import.png)
71+
![](/images/testomatio-import.png)
7272

7373
To start, create a new project at Testomat.io and import all your Codeception tests into it. Install testomatio packages for reporting and importing Codeception tests:
7474

@@ -122,7 +122,7 @@ php vendor/bin/codecept run --xml
122122

123123
## Allure
124124

125-
![](images/codecept-allure.png)
125+
![](/images/codecept-allure.png)
126126

127127
[Allure](https://docs.qameta.io/allure/) is a popular open-source reporting tool. It can be paired with Codeception to get a detailed run report. Use [Allure extension](https://github.com/allure-framework/allure-codeception) to generate report which can be passed to Allure to display it.
128128

guides/11-Reporting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ While HTML report can be pretty good for a single test run, more advanced report
5656

5757
Testomat.io reports are easy to set up and without storing artifacts on CI system.
5858

59-
![](images/testomatio-report.png)
59+
![](/images/testomatio-report.png)
6060

6161
> 😻 Testomat.io is free for small teams, so you can use its reporting features with Codeception.
6262
6363
Testomat.io imports all tests into UI, so your managers, business analysts, and manual QAs can see all your unit, funcitonal, and acceptance tests listed in one place:
6464

65-
![](images/testomatio-import.png)
65+
![](/images/testomatio-import.png)
6666

6767
To start, create a new project at Testomat.io and import all your Codeception tests into it. Install testomatio packages for reporting and importing Codeception tests:
6868

@@ -116,7 +116,7 @@ php vendor/bin/codecept run --xml
116116

117117
## Allure
118118

119-
![](images/codecept-allure.png)
119+
![](/images/codecept-allure.png)
120120

121121
[Allure](https://docs.qameta.io/allure/) is a popular open-source reporting tool. It can be paired with Codeception to get a detailed run report. Use [Allure extension](https://github.com/allure-framework/allure-codeception) to generate report which can be passed to Allure to display it.
122122

0 commit comments

Comments
 (0)