twinstone / tdi

Turbocharged DOM Infusion
Apache License 2.0
6 stars 1 forks source link

Split testing into Unit and Integration #27

Open centi opened 7 years ago

centi commented 7 years ago

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)

centi commented 7 years ago

The integration tests should automatically run against multiple versions of jQuery (proposed here: https://github.com/twinstone/tdi/pull/20).