Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shidqiadiatma/api-automation-testing-using-mocha-chai-javascript
Portofolio QA - API Automation Testing using Mocha & Chai JavaScript
https://github.com/shidqiadiatma/api-automation-testing-using-mocha-chai-javascript
api-testing automated-testing javascript mocha-chai mochajs mochawesome-report
Last synced: 9 days ago
JSON representation
Portofolio QA - API Automation Testing using Mocha & Chai JavaScript
- Host: GitHub
- URL: https://github.com/shidqiadiatma/api-automation-testing-using-mocha-chai-javascript
- Owner: shidqiadiatma
- Created: 2022-10-16T02:09:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T04:51:40.000Z (about 2 years ago)
- Last Synced: 2024-10-11T22:43:00.851Z (about 1 month ago)
- Topics: api-testing, automated-testing, javascript, mocha-chai, mochajs, mochawesome-report
- Language: HTML
- Homepage:
- Size: 410 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portofolio QA - API Automation Testing using Mocha & Chai JavaScript
> a script to do login, register, update name & delete user test with automation using Mocha & Chai JavaScript
> website used (http://barru.pythonanywhere.com)
# Requirements
- node v16.16.0
- npm 8.19.2
- chai 4.3.6
- mocha 10.0.0
- mochawesome 7.1.3
- supertest 6.2.4# The Result
> api-login report: https://shidqiadiatma.github.io/api-automation-testing-using-mocha-chai-javascript/Login/api-login-report.html> api-register report https://shidqiadiatma.github.io/api-automation-testing-using-mocha-chai-javascript/Register/api-register-report.html
> api-updateName report https://shidqiadiatma.github.io/api-automation-testing-using-mocha-chai-javascript/Update-Name/api-updateName-report.html
> api-deleteUser report https://shidqiadiatma.github.io/api-automation-testing-using-mocha-chai-javascript/Delete-User/api-deleteUser-report.html