-
📝p222~p224 reg-suit
❓ reg-suit는 시각적 회귀 테스트(Visual Regression Testing)를 자동화하기 위한 도구입니다. reg-suit에 대한 주요기능과 도입 이유에 대해 간단히 설명해주세요.
-
I did the setup steps, but the cli was stuck on the `reg-suit run` command.
The configuration that I used is displayed below.
I'm on Windows 10 FWIW
![image](https://user-images.githubuserconte…
-
## Describe the bug
When I run `npx reg-suit run` I get the following output:
```
npx reg-suit run
[reg-suit] info version: 0.12.2
[reg-suit] info Detected the previous snapshot key: 'b34f71b…
-
## Description
When I run `reg-suit init`, the script fails to load the config file "regconfig.json". In fact, the config file isn't even created. The debug logs just show `[reg-suit] debug config …
-
on local , reg-suit sync-expected is correctly working.
but, reg-suit sync-expected is not working correctly in github actions.
```
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu…
-
## Describe the bug
The plugin generates markdown for the table indented by 4 spaces, so it won't render correctly.
https://github.com/reg-viz/reg-suit/blob/93f21217d1bc3ec9680ea9b7a386d8d9011e8…
senku updated
9 months ago
-
### reg-suit
Visual Regression Testing の為のツール
https://github.com/reg-viz/reg-suit
### MinIO
S3 互換のストレージ
https://github.com/minio/minio
### Ref
https://medium.com/@kenfdev/testing-out-visual…
-
Thanks for the great tool : )
## Describe the bug
- I don't think the git pull described in the github actions example in this [Workaround for Detached HEAD - reg-viz/reg-suit readme](https://gi…
-
- vrt suite
- https://github.com/reg-viz/reg-suit
- screen capture for stroryboard for vrt
- https://github.com/reg-viz/storycap
- prettier
- https://github.com/dprint/dprint
peccu updated
9 months ago
-
I want to display multiple reports in one pull request or merge request.
This is because a single repository manages multiple microservices.
When a `reg-suit run` is run for each microservice, the…