Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roopesh519/cucumber-assessment
Milestone Assessment of BDD Framework.
https://github.com/roopesh519/cucumber-assessment
behavior-driven-development cucumber-js
Last synced: 1 day ago
JSON representation
Milestone Assessment of BDD Framework.
- Host: GitHub
- URL: https://github.com/roopesh519/cucumber-assessment
- Owner: Roopesh519
- Created: 2024-04-05T04:46:04.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T12:34:53.000Z (6 months ago)
- Last Synced: 2024-11-10T16:18:17.420Z (about 2 months ago)
- Topics: behavior-driven-development, cucumber-js
- Language: JavaScript
- Homepage:
- Size: 15.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cucumber-Assessment
This repo contains cucumber assessment
## 1. User registration
Registration with
1. First Name
2. Middle Name
3. Last Name
4. Username
5. Email
6. Password
7. Confirm Password## 2. Password Reset
1. Password reset with invalid email
2. Password reset with registered email
3. Validate new password which does not meet criteria
4. Validate new password with all criteria met
5. Login with invalid credentials
6. Login with new password## 3. Product Search
### Under Progress## 4. Add to cart
### Under Progress