https://github.com/mazensayed91/test-befit360
https://github.com/mazensayed91/test-befit360
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mazensayed91/test-befit360
- Owner: Mazensayed91
- Created: 2021-12-16T19:21:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T19:34:19.000Z (over 4 years ago)
- Last Synced: 2025-02-09T19:43:13.080Z (over 1 year ago)
- Language: JavaScript
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test Befit360
In this simple project, I created 2 scripts to automate:
- Creating an account
- Logining with created account
Using data driven testing
## Steps:
- clone the code
- move to the project directory and run npm install
- to run the test cases write npm test/testSuiteYouWant/testScript.js
## Create html report:
- mocha testSuiteYouWant/testScript.js --reporter mocha-simple-html-reporter --reporter-options output=report.html
## Limitations:
- To create account, a verification email is sent to the email supplied to the form, so it's hard to login with the created account but we can assume that the account is created without any problems and login with this data.