2.1.0 • Published 12 days ago

@public-ui/visual-tests v2.1.0

Weekly downloads
-
License
EUPL-1.2
Repository
github
Last release
12 days ago

KoliBri - Visual Tests

Motivation

The KoliBri Visual Tests provide a way to add visual regression testing to theme modules.
It takes screenshots of every component defined in the React Sample App with the theme applied and compares them to their references.

Installation

You can install the KoliBri Visual Tests with npm, pnpm or yarn:

npm i -D @public-ui/visual-tests
pnpm i -D @public-ui/visual-tests
yarn add -D @public-ui/visual-tests

Usage

Add the following npm scripts to the theme's package.json:

{
    "scripts": {
        "test": "THEME_MODULE=src/index THEME_EXPORT=THEME_NAME kolibri-visual-test",
        "test-update": "THEME_MODULE=src/index THEME_EXPORT=THEME_NAME kolibri-visual-test --update-snapshots",
    }
}
  • THEME_MODULE defines the relative path to the TypeScript module containing the the theme definitions. Without file extension.
  • THEME_EXPERT defines the name of the export within the the module. (e.g., export const THEME_NAME = {/**/};) Defaults to default.

Run the tests with npm test. The first time, this will create a new folder snapshots which is supposed to be committed to the repository. In the following runs, new screenshots will be compared to this reference.

To update the reference screenshots call npm run test-update.

2.1.0

12 days ago

1.7.21

14 days ago

2.0.15

14 days ago

2.0.14

23 days ago

1.7.20

29 days ago

2.0.13

29 days ago

1.7.19

1 month ago

2.0.12-rc.0

1 month ago

2.0.12

1 month ago

1.7.19-rc.0

1 month ago

1.7.18

1 month ago

2.0.11

1 month ago

1.7.17

2 months ago

1.7.16

2 months ago

2.0.10

2 months ago

2.0.9

2 months ago

1.7.15

2 months ago

2.0.8

2 months ago

1.7.14

2 months ago

2.0.7

3 months ago

1.7.12

3 months ago

1.7.13

3 months ago

2.0.6

3 months ago

2.0.5

3 months ago

1.7.11

3 months ago

2.0.4

4 months ago

1.7.10

4 months ago

2.0.4-rc.0

4 months ago

1.7.10-rc.0

4 months ago

2.0.3

4 months ago

1.7.9

4 months ago

2.0.2

5 months ago

1.7.8

5 months ago

2.0.1

5 months ago

1.7.7

5 months ago

2.0.0-rc.13

5 months ago

2.0.0

5 months ago

2.0.0-rc.12

5 months ago

1.7.6

5 months ago

2.0.0-rc.11

6 months ago

1.7.6-rc.2

6 months ago

2.0.0-rc.10

6 months ago

1.7.6-rc.1

6 months ago

1.7.6-rc.0

6 months ago

2.0.0-rc.9

6 months ago

1.7.5

6 months ago

2.0.0-rc.8

6 months ago

2.0.0-rc.7

6 months ago

2.0.0-rc.6

6 months ago

1.7.4

7 months ago

2.0.0-rc.5

7 months ago

2.0.0-rc.4

7 months ago

2.0.0-rc.3

7 months ago

2.0.0-rc.2

7 months ago

2.0.0-rc.1

7 months ago

1.7.3

7 months ago

2.0.0-rc.0

7 months ago

1.7.2

7 months ago

1.7.2-rc.0

7 months ago

1.7.1

7 months ago

1.7.0

7 months ago

1.7.0-rc.17

7 months ago

1.7.0-rc.16

8 months ago

1.7.0-rc.15

8 months ago

1.7.0-rc.13

8 months ago

1.7.0-rc.12

8 months ago

1.7.0-rc.11

8 months ago

1.7.0-rc.10

8 months ago

1.7.0-rc.9

8 months ago

1.7.0-rc.8

8 months ago

1.7.0-rc.7

8 months ago

1.7.0-rc.6

8 months ago

1.7.0-rc.5

8 months ago