zakaria-elbadri / selenium-cucumber-allure-reports

selenium-cucumber-allure-reports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automation base

Automation Testing Using Selenium, BDD and Allure reports.

Automation base is a behavior driven development (BDD) approach to write automation test script to test Web.

The framework supports reporting with Allure reports.

#Getting Started These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Maven Java Git

Installing

Clone the repo to get a working project

Running the tests - command line mode

cd to project path

mvn clean test -Dbrowser=chrome -Denv=pp1 -Dtest=BaseRunner "-Dcucumber.options=--tags @functional_tests --plugin io.qameta.allure.cucumberjvm.AllureCucumberJvm"

Running the tests - from IDE

Run src/test/java/cucumber_runners/BaseRunner.java as maven test

Documentation

Built With

About

selenium-cucumber-allure-reports


Languages

Language:Java 79.1%Language:JavaScript 17.8%Language:CSS 1.6%Language:Gherkin 1.2%Language:HTML 0.4%