Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce VRT test #56

Merged
merged 8 commits into from
May 20, 2023
Merged

Introduce VRT test #56

merged 8 commits into from
May 20, 2023

Conversation

kitsuyui
Copy link
Owner

@kitsuyui kitsuyui commented May 19, 2023

There is a test method called Visual Regression Testing.
It is a test method that takes a screenshot of the actual drawing result in the browser and compares it to detect regressions.

There is a possibility that it will not work well if there are differences in the browser between the local environment and the test environment.

Solve: #4

kitsuyui added 3 commits May 19, 2023 23:44
There is a test method called Visual Regression Testing.
It is a test method that takes a screenshot of the actual drawing result in the browser and compares it to detect regressions.

There is a possibility that it will not work well if there are differences in the browser between the local environment and the test environment.
@codecov-commenter
Copy link

codecov-commenter commented May 20, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (bd5935f) 64.78% compared to head (6510308) 64.78%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #56   +/-   ##
=======================================
  Coverage   64.78%   64.78%           
=======================================
  Files           5        5           
  Lines          71       71           
  Branches        7        7           
=======================================
  Hits           46       46           
  Misses         19       19           
  Partials        6        6           
Flag Coverage Δ
unittests 64.78% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@kitsuyui kitsuyui force-pushed the add-vrt-test branch 2 times, most recently from 9e5ce7a to 6d3ff41 Compare May 20, 2023 03:44
@github-actions
Copy link

🎉 Happy commit!

  • Commit 5b242a27b765d5778d2237770b0f36549328db2e is lucky! It contains 777!.

@kitsuyui kitsuyui merged commit b4386a8 into main May 20, 2023
@kitsuyui kitsuyui deleted the add-vrt-test branch May 20, 2023 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants