Qiskit / qiskit_sphinx_theme

A Sphinx theme and documentation guidelines for Qiskit and Qiskit Ecosystem projects
https://qisk.it/docs-guide
Apache License 2.0
15 stars 29 forks source link

Add visual regression testing for Ecosystem theme #470

Closed Eric-Arellano closed 1 year ago

Eric-Arellano commented 1 year ago

Add npm run test-ecosystem.

We now have tox -e qiskit and tox -e ecosystem, which build the docs to different places. So, we can run both suites of tests simultaneously. But we need some way to start up the correct server. I'm not sure if we should have playwright.config.js start-up both servers vs. read in some input to determine which server to start.

We don't need to run the same tests for the Ecosystem, such as that admonitions have the correct styling. We only need to test what is overridden.