Skip to content
Iulia Liakh edited this page Dec 24, 2018 · 2 revisions

Here a small tool for visual layouts testing. To run the layout tests use:

py.test -m --browser=firefox --html=report.html --domain_staging=stepik.org --domain_production=https://stepik.org

You need geckodriver to run on Firefox and chromedriver to run on Google chrome. Put them as the PATH variable on your computer (or just in your working directory).

Enjoy!

Clone this wiki locally