Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pomidorum1989/java-selenium-screenplay

Automation framework leveraging selenium and screenplay pattern
https://github.com/pomidorum1989/java-selenium-screenplay

gradle h2-database java reportportal screenplay-pattern selenium-webdriver testng

Last synced: about 2 months ago
JSON representation

Automation framework leveraging selenium and screenplay pattern

Awesome Lists containing this project

README

        

## Automation Framework with screenplay pattern

This repository contains an automation framework built using Java, TestNG, Gradle, Selenium and the Screenplay pattern.
Tests results are uploaded to https://demo.reportportal.io/
DB mock data is generated by H2 engine in the runtime.
The framework is designed to automate tests for the Google homepage (google.com).

## How to Run the Test
To execute the test, follow these steps:

```sh
gradle test