Skip to content

Commit 786078a

Browse files
committed
2.0 is released
1 parent a24ade0 commit 786078a

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

+12-8
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ BackstopJS automates visual regression testing of your responsive web UI by comp
88

99
**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.
1010

11-
## Version 2.0 Beta is released!
11+
## Version 2.0 is released!
1212

1313
```sh
14-
$ npm install -g backstopjs@beta
14+
$ npm install -g backstopjs
1515
```
1616
### Here's whats new...
1717

@@ -29,11 +29,13 @@ $ npm install -g backstopjs@beta
2929

3030

3131

32-
**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+
3739

3840
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)
3941

@@ -546,7 +548,9 @@ The above is a crude example -- there are other fancy mappings you can create as
546548

547549
##Troubleshooting
548550

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)_
550554

551555
####If you just upgraded to 2.x from 1.x
552556

0 commit comments

Comments
 (0)