flowgrammable/flowsim

Establish front end test procedure for angular directives and controllers

Opened this issue · 2 comments

Need to investigate how to test angular directives and controllers. Tests should be written for directives and controllers we are already using

Some suggestions:

Proposal for Procedures:

  1. For each open issue, there should be an e2e test created in order to close an issue.
  • We can use Selenium IDE to record steps to reproduce issue.
  • Or use selenium builder to record and export into protractor http://sebuilder.github.io/se-builder/
  • Or just write tests manually.