Actions
Feature #13748
closedAdd initial javascript testing
Description
Since our code base contains a good amount of javascript (4633 LOC in 76 files), we need some testing framework to ensure we do not get regressions on this code. Integration tests are slow to write and to execute, and hopefully unit testing our javascript code will make it more readable too.
Jasmine is a good testing framework with a great plugin ecosystem and widely used in other projects for this same use case (Rails + js).
Updated by The Foreman Bot almost 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3195 added
Updated by Dominic Cleal over 8 years ago
- Status changed from Ready For Testing to New
- Assignee deleted (
Daniel Lobato Garcia) - Pull request deleted (
https://github.com/theforeman/foreman/pull/3195)
PR was closed, resetting ticket.
Updated by The Foreman Bot about 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Daniel Lobato Garcia
- Pull request https://github.com/theforeman/foreman/pull/3829 added
Updated by Daniel Lobato Garcia about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset a467444a7c1bf2123a5d259869331c6a9a74bec5.
Updated by Dominic Cleal about 8 years ago
- Translation missing: en.field_release set to 189
Updated by Marek Hulán about 8 years ago
- Related to Refactor #16601: Cover spinner fields with tests added
Actions