Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Drupal
sfl-boilerplate
Commits
c7fb656d
Commit
c7fb656d
authored
Mar 17, 2016
by
Emmanuel Milou
Browse files
Add junit formatter in example.behat.yml
parent
85415edd
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/behat/example.behat.yml
View file @
c7fb656d
...
...
@@ -8,6 +8,9 @@ default:
-
Drupal\DrupalExtension\Context\MessageContext
-
Drupal\DrupalExtension\Context\DrushContext
extensions
:
jarnaiz\JUnitFormatter\JUnitFormatterExtension
:
filename
:
behat.junit.xml
outputDir
:
%
paths.base%/out
Behat\MinkExtension
:
goutte
:
~
selenium2
:
~
...
...
tests/behat/features/generic.feature
View file @
c7fb656d
@api
@generic
Feature
:
Generic site features and global health
@basic
Scenario
:
The homepage must load properly
Given
I am on the homepage
Then
I should get a
"200"
HTTP response
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment