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
+8-6
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,23 @@
6
6
7
7
BackstopJS automates CSS regression testing of your responsive web UI by comparing DOM screenshots at various viewport sizes.
8
8
9
+
**Features:** Plays nice with multiple config files – Simulate user interactions with CasperJS scripts – Fast inline-CLI reports – detailed in-browser reports – Test html5 elements like webfonts and flexbox – also plays nice with source control.
10
+
11
+
12
+
9
13
10
14
## News
11
15
12
16
13
17
### Version 0.9.0 beta available now
14
-
**Set your config file path from the CLI**
18
+
**Now plays nice with multiple config files!**
15
19
For more info see... **[Setting the config file path](#setting-the-config-file-path-version-090)** below.
16
20
17
-
This feature is in beta, run this to try it out...
21
+
To try the new feature, install the beta version...
18
22
19
23
$ npm install garris/backstopjs#master
20
24
21
-
[Please direct questions, comments or issues here](https://github.com/garris/BackstopJS/issues).
22
-
25
+
[Please file questions, comments or issues here](https://github.com/garris/BackstopJS/issues).
23
26
24
27
25
28
####Version 0.8.0
@@ -72,6 +75,7 @@ BackstopJS was created by [Garris Shipon](expanded.me) at [Art.com labs](www.art
72
75
...
73
76
74
77
## Many many thanks to [all the contributors](https://github.com/garris/BackstopJS/graphs/contributors) with special thanks to...
78
+
-[Evan Lovely](https://github.com/EvanLovely) and [Klaus Bayrhammer](https://github.com/klausbayrhammer) for help on the 0.9.0 release
75
79
-[Robert O'Rourke](https://github.com/sanchothefat) for help on the 0.8.0 release
76
80
-[Klaus Bayrhammer](https://github.com/klausbayrhammer) for help on the 0.7.0 release
77
81
-[Benedikt Rötsch](https://github.com/axe312ger) for help on the 0.6.0 release
0 commit comments