developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 12 years ago
Closed 12 years ago
#785 closed new feature (wontfix)
add unit testing to jelix javascript with fireunit
Reported by: | bibo | Owned by: | bibo |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | module:junittests | Version: | 1.0RC1 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
To cover completely our code, we should add unit testing to our javascripts, particularly against jforms.
Fireunit is a helper extension written to ease javascript unit tests through firebug. See resig's blog post and home page.
Change History (1)
comment:1 Changed 12 years ago by laurentj
- Milestone Jelix 1.2 deleted
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
We talk about Fireunit on IRC. The problem with FireUnit? is that wa can't run tests on other browser than Firefox. So we won't use it.
We will take QUnit (I already landed it into the trunk).