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
Copy file name to clipboardExpand all lines: README.md
+12-8
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@ BackstopJS automates visual regression testing of your responsive web UI by comp
8
8
9
9
**Features:** Plays nice with multiple config files – Simulate user interactions with CasperJS scripts – Fast inline-CLI reports – detailed in-browser reports – CI Integration with junit reports – Test html5 elements like webfonts and flexbox – also plays nice with source control share your gold master with your team.
**PLEASE NOTE: Check this documentation for new install instructions and config changes!**
33
-
<!-- ```
34
-
npm install -g backstopjs
35
-
``` -->
36
-
For 1.x users -- *BackstopJS CLI is now a global install -- config paths are now relative to your current working directory `$(pwd)`.*
32
+
**For 1.x users migrating to 2.x**
33
+
- BackstopJS CLI can be installed globally (and it's recommended)
34
+
- All config paths are now relative to your current working directory `$(pwd)`.
35
+
- There are new config properties
36
+
-`fileNameTemplate` Important if you are migrating [1.x configs](#2_0-configs-and-resources)
37
+
-`id` Use this if you are [sharing config files](#getting-started)
38
+
37
39
38
40
Many many thanks for all who helped with this monumental task! 💙㊗️🙇 [@JulienPradet](https://github.com/JulienPradet), [@onigoetz](https://github.com/onigoetz), [@borys-rudenko](https://github.com/borys-rudenko), [@ksushik](https://github.com/ksushik), [@dmitriyilchgmailcom](https://github.com/dmitriyilchgmailcom), [@Primajin](https://github.com/Primajin)
39
41
@@ -546,7 +548,9 @@ The above is a crude example -- there are other fancy mappings you can create as
546
548
547
549
##Troubleshooting
548
550
549
-
###Projects don't work when I share with other users or run in different environments. (filename problem)
551
+
###2.0 configs and resources
552
+
553
+
_Projects don't work when I share with other users or run in different environments. (filename problem)_
0 commit comments