ealves / protractor-recorder

Record, export and run tests with protractor for angular and non angular webapps
MIT License
128 stars 33 forks source link

addSpec does not work #44

Open byronigoe opened 7 years ago

byronigoe commented 7 years ago

The speed dial in conf.html is commented out. Enabling it shows the plus button, and allows adding a new Describe or Spec. However, clicking addSpec() tries to then call MainController.setSpec(), which does not exist. Furthermore addSpec() does not appear to add a new blank spec in the right way, since the app appears to mostly use protractorRecServer as the DAO.

This project has a lot of potential. It just needs a little clarity of direction.