2.2.14 • Published 5 years ago

css-regression v2.2.14

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

CSS Regression tests for frontend

The CSS regression covers pages by taking and comparing pictures, thus it checks if the elements are different of what they suppose to be for the end user in different browsers and resolutions.

Package

The package is a wrap of another package called differencify which can be reached here: https://github.com/NimaSoroush/differencify/

Installing it

npm install --save css-regression

Using it

// Import
const regression = require("css-regression")

// Take pictures of all devices listed
const css = () => {
    // Take pictures for all pre-defined devices
    regression.queueAll("<url to be defined>")

    // Execute
    regression.execute()
}

css()
2.2.14

5 years ago

2.2.13

5 years ago

2.2.12

5 years ago

2.2.11

5 years ago

2.2.10

5 years ago

2.2.9

5 years ago

2.2.8

5 years ago

2.2.7

5 years ago

2.2.6

5 years ago

2.2.5

5 years ago

2.2.4

5 years ago

2.2.3

5 years ago

2.2.2

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.9

5 years ago

2.1.7

5 years ago

2.1.6

5 years ago

2.1.5

5 years ago

2.1.4

5 years ago

2.1.3

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.18

5 years ago

1.1.17

5 years ago