-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a linter for Gherkin and updated features.
- Loading branch information
1 parent
ebfed47
commit 47b06e7
Showing
19 changed files
with
73 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"rules": { | ||
"indentation": { | ||
"width": 2, | ||
"literalBlock": 3 | ||
}, | ||
"keyword-order": { | ||
"enabled": false | ||
}, | ||
"no-background-with-single-scenario": { | ||
"enabled": false | ||
}, | ||
"no-homogenous-tags": { | ||
"enabled": false | ||
}, | ||
"scenario-size": { | ||
"enabled": false | ||
} | ||
} | ||
} |
File renamed without changes.
15 changes: 0 additions & 15 deletions
15
tests/behat/features/behatcli.steps.feature → tests/behat/features/behatcli_steps.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,13 +63,13 @@ Feature: Check that email assertions work for or D9 | |
And an email is sent to "[email protected]" | ||
And no emails were sent to "[email protected]" | ||
And an email header "Content-Type" contains: | ||
""" | ||
text/plain | ||
""" | ||
""" | ||
text/plain | ||
""" | ||
And an email header "X-Mailer" contains: | ||
""" | ||
Drupal | ||
""" | ||
""" | ||
Drupal | ||
""" | ||
|
||
@api @email | ||
Scenario: As a developer, I want to know that test email system is activated | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.