[Testing:Forum] Implement Image Diff For Markdown#10260
[Testing:Forum] Implement Image Diff For Markdown#1026004vmatsibekker wants to merge 49 commits into
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10260 +/- ##
============================================
- Coverage 22.07% 20.35% -1.72%
- Complexity 8673 8675 +2
============================================
Files 224 200 -24
Lines 30764 28178 -2586
============================================
- Hits 6792 5737 -1055
+ Misses 23972 22441 -1531
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
This PR has been inactive (no commits and no review comments) for 12 days. If there is no new activity in the next 48 hours, this PR will be labeled as Abandoned PR - Needs New Owner and either another developer will finish the PR or it will be closed. |
|
Removed the visual testing for autograding section (markdown_test.spec.js) |
IDzyre
left a comment
There was a problem hiding this comment.
Looks close, some small changes.
|
Once the tests pass in both CI and locally, I'll do a final review, but the progress looks good. |
is that |
|
Ideally it would be 0 thresh hold, but we can discuss it more in the meeting. |
|
Seeing the comments at the bottom of the JS package, it would be difficult to get this working locally and in CI without using docker, which we don't plan to use/support. If we want to get it to work in just CI we could, but it would probably be hard to maintain.
|
|
Closing this PR because unfortunately, due to differences in screen resolution (and perhaps also browser and native machine OS) the idea of performing automatic image comparisons will be challenging. It will be difficult for developers to debug problems and maintain these tests long term. Closing this PR for now. |
Please check if the PR fulfills these requirements:
What is the current behavior?
Can't test markdown.
What is the new behavior?
Implemented Image Diff so we can take a screenshot of the forum page and then test it looks correct
Other information?