sio2project / oioioi

GNU General Public License v3.0
160 stars 70 forks source link

Upgrade Cypress and fix e2e tests #362

Closed dawidratynski closed 2 months ago

dawidratynski commented 2 months ago
  1. Upgrade Cypress (to version ^13.7.2) and its dependencies.
  2. Change preexisting e2e tests to be idempotent (this fixes a bug that caused some tests to fail if ran multiple times) and work without flushing db. This allows Cypress tests to be run locally, despite issue #352.