-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Narrative
As a new user for Sprimber, I want to have the working example for simple test automation framework that helps me to understand Sprimber and WebUI testing so that I can build my own for particular needs
Technical details
- Create new module under the
sprimber-examples
and name itspimrber-webui-template
- prepare layer package structure - steps for steps, pages objects for page objects, etc
- pick the https://www.griddynamics.com/ as application under test
- design several positive and negative smoke tests. mainly the execution time for each of them should be short
- implement this tests as feature files
- design and implement necessary steps and services
- prepare the step by step documentation in Spring style of how-to for this template in adoc format and publish it to GitHub pages