Current tests are starting to be a hinderance in the development process. They are really slow.
Tests should be divided into 2 groups:
1) Fast unit tests for testing the API: these could (and should) be run as often as possible.
2) Some sort of integration tests in a real browser(s): run during a build process (travis)
Current tests are starting to be a hinderance in the development process. They are really slow.
Tests should be divided into 2 groups:
1) Fast unit tests for testing the API: these could (and should) be run as often as possible. 2) Some sort of integration tests in a real browser(s): run during a build process (travis)