Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

allure-framework/allure-specs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Allure Specs Adapter

This adapter allows to retrieve test execution data from Specs framework and convert it to the form suitable for Allure report generation.

Example project

Example project is located at: https://github.com/allure-framework/allure-specs-example

Usage

In order to use this adapter you need to have JDK 1.7+ installed. To enabled adapter simply add the following dependency to build.sbt:

libraryDependencies += "ru.yandex.qatools.allure" % "allure-specs2_2.10" % "1.4.0-SNAPSHOT"

Then attach AllureReporter in build.sbt:

testOptions in Test ++= Seq(
  Tests.Argument(TestFrameworks.Specs2, "notifier", "ru.yandex.qatools.allure.specs2.AllureNotifier")
)

About

Allure Adapter for Specs framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages