This is the repo for Ourchive's end-to-end testing, which uses Cypress against a locally running instance of Ourchive.
If you are interested in using or adding to this repo, see our developer documentation.
Note: for PyCharm in Windows, configure your virtualenv variables like so:
{
"venvFolder": "",
"venvCommand": ".\\venv\\Scripts\\activate"
}