vecnatechnologies / backbone-torso

A holistic approach to Backbone applications
http://vecnatechnologies.github.io/backbone-torso
Apache License 2.0
17 stars 20 forks source link

Cross-Platform Testing #113

Open arikwex opened 9 years ago

arikwex commented 9 years ago

Currently, testing only works on linux-like devices due to JSDOM's dependency on a linux-based utility. For the windows developers among us to participate, a cross-platform testing environment should be discussed.

The seemingly best answer I could find is the Karma testing environment. It allows you to run your tests on a suite of different browsers (IE, Chrome, FFX, etc.) and with a selection of testing frameworks (Jasmine, Mocha, etc.). The tests that currently exist would barely have to be re-written -- we'd just have to scrap the current JSDOM environment rig and indicate what files the browsers should load. This transition should not be horribly painful.

kentmw commented 9 years ago

:+1:

Earthstar commented 8 years ago

:+1: :+1: :+1: I agree that tests should be easy as possible to write