Updated new references to regression testing
@ -1,7 +1,6 @@
|
|||||||
'use strict'
|
'use strict'
|
||||||
const config = {
|
const config = {
|
||||||
viewports: [
|
viewports: [{
|
||||||
{
|
|
||||||
name: 'phone',
|
name: 'phone',
|
||||||
width: 320,
|
width: 320,
|
||||||
height: 480
|
height: 480
|
||||||
@ -9,8 +8,7 @@ const config = {
|
|||||||
name: 'laptop',
|
name: 'laptop',
|
||||||
width: 1280,
|
width: 1280,
|
||||||
height: 800
|
height: 800
|
||||||
}
|
}],
|
||||||
],
|
|
||||||
scenarios: [{
|
scenarios: [{
|
||||||
label: 'Typography',
|
label: 'Typography',
|
||||||
url: 'http://localhost:3000',
|
url: 'http://localhost:3000',
|
||||||
@ -119,7 +117,11 @@ const config = {
|
|||||||
ci_report: 'node_modules/backstopjs/.tmp/ci_report'
|
ci_report: 'node_modules/backstopjs/.tmp/ci_report'
|
||||||
},
|
},
|
||||||
engine: 'phantomjs',
|
engine: 'phantomjs',
|
||||||
report: ['browser', 'CLI', 'CI'],
|
report: [
|
||||||
|
'browser',
|
||||||
|
'CLI',
|
||||||
|
'CI'
|
||||||
|
],
|
||||||
casperFlags: [],
|
casperFlags: [],
|
||||||
debug: false,
|
debug: false,
|
||||||
port: 3002
|
port: 3002
|
||||||
|
@ -30,6 +30,12 @@ $ bower install milligram
|
|||||||
$ npm install milligram
|
$ npm install milligram
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Install with Yarn**
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ yarn add milligram
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
@ -55,4 +61,4 @@ Want to contribute? Follow these [recommendations](https://github.com/milligram/
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Designed with ♥ by [CJ Patoilo](http://twitter.com/cjpatoilo). Licensed under the [MIT License](http://cjpatoilo.mit-license.org).
|
Designed with ♥ by [CJ Patoilo](http://cjpatoilo.com). Licensed under the [MIT License](http://cjpatoilo.mit-license.org).
|
||||||
|
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 9.6 KiB |
After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 77 KiB |
Before Width: | Height: | Size: 64 KiB |
BIN
test/regression/486021560_Buttons_0_buttonsexample_0_phone.png
Normal file
After Width: | Height: | Size: 73 KiB |
BIN
test/regression/486021560_Buttons_0_buttonsexample_1_laptop.png
Normal file
After Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 9.4 KiB |
BIN
test/regression/486021560_Codes_0_codesexample_0_phone.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
test/regression/486021560_Codes_0_codesexample_1_laptop.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 67 KiB |
BIN
test/regression/486021560_Forms_0_formsexample_0_phone.png
Normal file
After Width: | Height: | Size: 59 KiB |
BIN
test/regression/486021560_Forms_0_formsexample_1_laptop.png
Normal file
After Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 127 KiB |
Before Width: | Height: | Size: 147 KiB |
BIN
test/regression/486021560_Grids_0_gridsexample_0_phone.png
Normal file
After Width: | Height: | Size: 118 KiB |
BIN
test/regression/486021560_Grids_0_gridsexample_1_laptop.png
Normal file
After Width: | Height: | Size: 138 KiB |
Before Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 90 KiB |
BIN
test/regression/486021560_Lists_0_listsexample_0_phone.png
Normal file
After Width: | Height: | Size: 81 KiB |
BIN
test/regression/486021560_Lists_0_listsexample_1_laptop.png
Normal file
After Width: | Height: | Size: 86 KiB |
Before Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 52 KiB |
BIN
test/regression/486021560_Tables_0_tablesexample_0_phone.png
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
test/regression/486021560_Tables_0_tablesexample_1_laptop.png
Normal file
After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 89 KiB |
Before Width: | Height: | Size: 95 KiB |
After Width: | Height: | Size: 84 KiB |
After Width: | Height: | Size: 86 KiB |
Before Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 7.0 KiB |
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 4.1 KiB |