DEV Community

Discussion on: Using Cypress with Django and Vue for integration testing in GitLab CI

Collapse
 
aaronm14 profile image
Aaron Mead

Ugh, I accidentally reloaded the page after having a more thoughtful response here, ha. But know that your references helped.

I ultimately used a shell script to drop & recreate db, then a custom Django command to seed it using Django test factories already being used by an existing Selenium test suite.