项目作者: Pavelya

项目描述 :
Automation Testing Using Selenium, BDD (cucumber) and Allure reports
高级语言: Java
项目地址: git://github.com/Pavelya/Selenium-cucumber-allure-reports-java.git
创建时间: 2017-11-09T08:03:37Z
项目社区:https://github.com/Pavelya/Selenium-cucumber-allure-reports-java

开源协议:MIT License

下载


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
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

Contributing

Please read CONTRIBUTING.md for details of the process for submitting pull requests.

Versioning

SemVer is in use for versioning.
For the versions available, see the tags on this repository.

Authors

Pavel Yampolsky - Skype: pavel.yampolsky.willhill Email: 2pavelya@gmail.com

License

This project is licensed under the MIT License - see the LICENSE.md file for details