Skip to content

Add e2e testing via Protractor

Jaden DIEFENBAUGH requested to merge (removed):test-protractor into master

The frontend testing story is nil, right now. Due to the mesh of Angular/Django in the frontend, just testing the JS (using Mocha or Jasmine) is too hard without major refactoring.

Instead, end-to-end testing is what we've settled on. This tests the entire application, and actually opens a webpage to do things just like a user would.

Merge request reports