This is the test automation framework developed for web application Gurukula. This automation framework is developed using selenium, cucumber, java and maven. It is a behavior driven development (BDD) ...
cucumber-playwright-framework/ ├── features/ │ ├── google-search.feature │ └── support/ │ └── world.js ├── step-definitions/ │ ├── google-search.steps.js │ └── hooks.js ├── pages ...