2019-11-12 06:33:45 +02:00
|
|
|
test:
|
|
|
|
cargo test
|
|
|
|
|
2020-01-24 10:57:14 +02:00
|
|
|
lint:
|
|
|
|
cargo clippy --all-targets --all-features -- -D warnings
|
|
|
|
|
2019-11-12 06:33:45 +02:00
|
|
|
vrt:
|
2019-11-12 06:45:04 +02:00
|
|
|
node vrt/index.js && reg-cli vrt/screenshot/actual vrt/screenshot/expected vrt/screenshot/diff -R vrt/report.html -I
|
2019-11-12 06:33:45 +02:00
|
|
|
|
|
|
|
vrt-update:
|
|
|
|
node vrt/index.js && reg-cli vrt/screenshot/actual vrt/screenshot/expected vrt/screenshot/diff -R vrt/report.html -U
|