Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for Allure 'epic' and 'feature' tags #12

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

erikpb
Copy link

@erikpb erikpb commented May 24, 2019

To fully use Allure's reporting capabilities and its grouping, it's useful to be able to set the epic and feature tags. This is related to pull request allure-framework/allure-php-api#43.

@CLAassistant
Copy link

CLAassistant commented May 24, 2019

CLA assistant check
All committers have signed the CLA.

},
"require-dev": {
"symfony/process": "~2.5|~3.0|~4.0",
"phpunit/phpunit": "^4.8.36|^6.3"
"phpunit/phpunit": "^4.8.36|^6.3",
"allure-framework/allure-php-api": "~1.1.5"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this actually be moved into require-dev? Can you "run" it without allure-php-api, just with behat and php?

@@ -327,7 +335,7 @@ public function onAfterStepTested(AfterStepTested $event)
$result = $event->getTestResult();

if ($result instanceof ExceptionResult && $result->hasException()) {
$this->exception = $result->getException();
$this->exception = $result->getException();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why extra spacing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants