You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
downgrade to moveFile@2 due to better cjs support
add example of usage
create test suite
add a bit more visual space between on hover and diff panels
Signed-off-by: Jakub Freisler <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
</p>
16
16
17
17
<h1align="center">Plugin for Cypress - Visual Regression Diff</h1>
18
-
<palign="center">Perform visual regression test with a nice GUI as help. 💅 <i>Only for Cypress!</i></p>
18
+
<palign="center">Perform visual regression test with a nice GUI as help. 💅 <i>Only for Cypress!</i> Both e2e and component-testing compatible 💪</p>
19
19
20
20
<palign="center">
21
21
<ahref="#getting-started">Getting Started</a>
@@ -61,7 +61,7 @@ Next, you need to import the library:
61
61
62
62
- first, in your support file (located by default in `cypress/support/index.js`):
`matchImage` command will do a screenshot and compare it with image from a previous run. In case of regression the test will fail and you'll get a "Compare images" button to see what's a root of a problem.
126
126
127
+
## Example
128
+
129
+
Still got troubles with installation? Have a look at [example directory of this repo](./example) to see how this plugin can be used in e2e or component-testing Cypress within your project.
0 commit comments