Test HTML and CSS?

I am new to Replit.
I teach 8th grade computer science and we build a lot of websites.
Right now I am starting off with a very basic website that will get progressively more complex as we add more elements and CSS.
Can I use Unit Tests to auto-check their code for correctness?
Thanks!

Hey, @jtramontana welcome to the forums.

Unforetnly HTML, CSS, JS repls are not supported for Input Output testing. Thought you may be able to write your own unit test for them but don’t quote me on that.

1 Like

Hi @jtramontana welcome to the community!

You can find out all about unit testing here Testing, assessments, and autograding | Replit Docs although unfortunately this doesn’t allow HTML or CSS unit tests at present.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.