https://github.com/allure-examples/allure-rspec-example
Example showing the configuration and the abilities of allure-rspec adaptor.
https://github.com/allure-examples/allure-rspec-example
Last synced: 11 months ago
JSON representation
Example showing the configuration and the abilities of allure-rspec adaptor.
- Host: GitHub
- URL: https://github.com/allure-examples/allure-rspec-example
- Owner: allure-examples
- Created: 2014-08-05T13:23:55.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-06-11T08:30:01.000Z (12 months ago)
- Last Synced: 2025-06-11T09:40:04.653Z (12 months ago)
- Language: Ruby
- Size: 229 KB
- Stars: 9
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Allure RSpec Example
This example demonstrates how to use Allure [RSpec](http://rspec.info/) adaptor.
## Usage
To launch this example you should install Ruby and the allure-rspec gem.
### 1. Clone this project
### 2. Install rbenv
[Installation](https://github.com/rbenv/rbenv#installation)
### 3. Install Ruby
```bash
rbenv install
```
### 4. Install bundler
```bash
gem install bundler
```
### 5. Install all the required dependencies
```bash
bundle install
```
### 6. Run the specs in parallel
```bash
bundle exec rspec
```
You should see generated Allure json files in **report/allure-results** directory. Now you can generate the report using any of the [available facilities](https://docs.qameta.io/allure/#_reporting).