Skip to content

allure-examples/allure-cucumber-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Allure Cucumber Example

This example demonstrates how to use Allure Cucumber adaptor.

Usage

To launch this example you should install Ruby and the allure-cucumber gem.

1. Clone this project

2. Install rbenv

Installation

3. Install Ruby

rbenv install 3.1.4

4. Install bundler

gem install bundler

5. Install all the required dependencies

bundle install

6. Run the features

bundle exec cucumber

You should see failed tests and generated Allure json files in report/allure-results directory. Now you can generate the report using any of the available facilities.

About

Example of Allure Report usage with Cucumber and Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published