This is an automation demo project, where I'm showing my continuous learning about the Serenity BDD framework and the screenplay pattern. I'll like to share all these bits of knowledge.
This automation has the following technologies:
- Java
- Selenium
- Serenity
- SerenityRest
- Screenplay Patterns
- Selenium WebDriver
- Rest Assured
gradlew clean test --tests runner_name
gradlew clean test --tests com.qarmy.certification.runners.signUp- Serenity BDD tutorial.
- Rest Assured documentation.
- Screenplay Pattern documentation.