We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add the step definition creation rules to the README.md (see the comment below).
Reconcile all step definitions format to follow industry best practices (need a link here)
Reconcile traits with the latest version of Drupal Extension to remove duplicating functionality
Prepend Drupal trait names with Drupal and add drupal prefix to all functions
Drupal
drupal
Provide behat context as a wrapper for Traits for those users who want a turn-key solution
Add Drupal 11 fixture and CI build
3.x Update ContentTrait #279
ContentTrait
3.x Update CookieTrait #280
CookieTrait
3.x Update DraggableViewsTrait #281
DraggableViewsTrait
3.x Update EckTrait #282
EckTrait
3.x Update ElementTrait #283
ElementTrait
3.x Update EmailTrait #284
EmailTrait
3.x Update FieldTrait #285
FieldTrait
3.x Update FileDownloadTrait #286
FileDownloadTrait
3.x Update FileTrait #287
FileTrait
3.x Update JsTrait #288
JsTrait
3.x Update KeyboardTrait #289
KeyboardTrait
3.x Update LinkTrait #290
LinkTrait
3.x Update MediaTrait #291
MediaTrait
3.x Update MenuTrait #292
MenuTrait
3.x Update MetaTagTrait #293
MetaTagTrait
3.x Update ParagraphsTrait #294
ParagraphsTrait
3.x Update PathTrait #295
PathTrait
3.x Update ResponseTrait #296
ResponseTrait
3.x Update RoleTrait #297
RoleTrait
3.x Update SelectTrait #298
SelectTrait
3.x Update SearchApiTrait #299
SearchApiTrait
3.x Update TaxonomyTrait #300
TaxonomyTrait
3.x Update UserTrait #301
UserTrait
3.x Update VisibilityTrait #302
VisibilityTrait
3.x Update WaitTrait #303
WaitTrait
3.x Add assertion that there are no JS errors on the page #272
3.x Add Drupal 11 build to the CI pipeline #319
The text was updated successfully, but these errors were encountered:
Steps reconciliation spreadsheet: https://docs.google.com/spreadsheets/d/11zTWgbRdTIMaXBkwli9qiZINqxxBDuKq9BhpT9iPBok/edit?usp=sharing
Add the following rules to the README.md:
README.md
All types:
the following
with
Then the link :link with the title :title should exist
content_type
type
on the page
Given - states tests pre-requisites, something that should be created to be present before the test runs
Given
exists
have
should
should not
I
When - defines an action, so should contain an action verb
When
I <verb>
Then - asserts expectations
Then
Then the link with a title :title exists
Sorry, something went wrong.
AlexSkrypnyk
No branches or pull requests
Add the step definition creation rules to the README.md (see the comment below).
Reconcile all step definitions format to follow industry best practices (need a link here)
Reconcile traits with the latest version of Drupal Extension to remove duplicating functionality
Prepend Drupal trait names with
Drupal
and adddrupal
prefix to all functionsProvide behat context as a wrapper for Traits for those users who want a turn-key solution
Add Drupal 11 fixture and CI build
3.x Update
ContentTrait
#2793.x Update
CookieTrait
#2803.x Update
DraggableViewsTrait
#2813.x Update
EckTrait
#2823.x Update
ElementTrait
#2833.x Update
EmailTrait
#2843.x Update
FieldTrait
#2853.x Update
FileDownloadTrait
#2863.x Update
FileTrait
#2873.x Update
JsTrait
#2883.x Update
KeyboardTrait
#2893.x Update
LinkTrait
#2903.x Update
MediaTrait
#2913.x Update
MenuTrait
#2923.x Update
MetaTagTrait
#2933.x Update
ParagraphsTrait
#2943.x Update
PathTrait
#2953.x Update
ResponseTrait
#2963.x Update
RoleTrait
#2973.x Update
SelectTrait
#2983.x Update
SearchApiTrait
#2993.x Update
TaxonomyTrait
#3003.x Update
UserTrait
#3013.x Update
VisibilityTrait
#3023.x Update
WaitTrait
#3033.x Add assertion that there are no JS errors on the page #272
3.x Add Drupal 11 build to the CI pipeline #319
The text was updated successfully, but these errors were encountered: