Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

Latest commit

 

History

History
47 lines (31 loc) · 470 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 470 Bytes

Vaadin components visual tests

Setup

npm i

Run visual tests

Lumo theme:

npm run test-lumo

Material theme:

npm run test-material

Update baseline screenshots

Lumo theme:

npm run update-lumo

Material theme:

npm run update-material

Run tests for single file

npm run test-lumo -- --group checkbox

Update screenshots for single file

npm run update-lumo -- --group checkbox