Skip to content

Commit 7c54208

Browse files
authored
Update README.md
1 parent d19217b commit 7c54208

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# API Testing using SuperTest, Mocha, and Chai
2+
# API Testing using SuperTest, Mocha, Chai, and FakerJS
33
<img src="assets/API-Testing-using-SuperTest-Mocha-Chai-and-FakerJS.png"/>
44
---
55

@@ -34,12 +34,12 @@
3434
* Go to Project root directory and run command: `npm update`
3535

3636
### How to view HTML report
37-
* Go to Project root directory: `./allure-results/index.html`
37+
* Go to Project root directory: `./mochawesome-report/mochawesome.html`
3838

3939
### Sample Test Results
40-
![WebDriverIO and JavaScript Test Report](./assets/Allure-Report.png?raw=true "WebDriverIO and JavaScript Test Report")
40+
![API Testing using SuperTest, Mocha, Chai, and FakerJS Test Report](./assets/mochawesome-report.PNG?raw=true "API Testing using SuperTest, Mocha, Chai, and FakerJS Test Report")
4141

42-
![WebDriverIO and JavaScript Test Report Expanded View](./assets/Allure-Report-Detailed-View.png?raw=true "WebDriverIO and JavaScript Test Report Expanded View")
42+
![API Testing using SuperTest, Mocha, Chai, and FakerJS Test Report Expanded View](./assets/mochawesome-report-expanded-view.PNG?raw=true "API Testing using SuperTest, Mocha, Chai, and FakerJS Test Report Expanded View")
4343

4444
## :thought_balloon: Checkout the blogs related to Software Testing on my [website]
4545
[website]: https://www.codewithmmak.com/

0 commit comments

Comments
 (0)