-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #182 from wp-media/enhancement/140-isolate-vr-test…
…s-to-be-generic-for-all-wpr-features Closes #140: Isolate VR Tests to be generic for all WPR features
- Loading branch information
Showing
6 changed files
with
97 additions
and
40 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
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 |
---|---|---|
@@ -1,6 +1,11 @@ | ||
@vr | ||
@vr @setup | ||
Feature: Visual Regression Test | ||
|
||
Scenario: Test any page for visual regression | ||
When I create reference | ||
Then I must not see any visual regression 'general' | ||
Given visual regression reference is generated | ||
And I am logged in | ||
And plugin is installed 'new_release' | ||
And plugin is activated | ||
And I go to 'wp-admin/options-general.php?page=wprocket#dashboard' | ||
When I enable option | ||
Then I must not see any visual regression in scenario urls |
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