yegor256/judges

HTML rendering is not tested in a browser

Open

#196 opened on Apr 8, 2025

View on GitHub
 (0 comments) (1 reaction) (1 assignee)Ruby (15 forks)github user discovery
buggood first issuehelp wanted

Repository metrics

Stars
 (7 stars)
PR merge metrics
 (PR metrics pending)

Description

The print command generates HTML document, with some CSS and JS linked to it. However, we don't know whether a browser can render it without mistakes. Let's add a test that will validate this.

Contributor guide