Tuesday, July 7, 2015

Learnings from Protractor + Jasmine.

  • Write DRY Tests
  • Avoid code outside 'before' and 'it' blocks. Protractor executes code synchronously and asynchronously.
  • Use browser.pause() to debug.
  • Try to reduce the time needed to execute tests.

No comments:

Post a Comment