FLUID-4774: Create a wiki page describing the "all tests" feature of Infusion's test suite, and how to maintain it

Metadata

Source
FLUID-4774
Type
Task
Priority
Major
Status
Closed
Resolution
Won't Do
Assignee
Antranig Basman
Reporter
Colin Clark
Created
2012-08-17T18:28:10.239-0400
Updated
2024-07-31T07:40:52.184-0400
Versions
  1. 1.5
Fixed Versions
N/A
Component
  1. Tech. Documentation
  2. Testing Infrastructure

Description

The new version of QUnit, which we have recently upgraded to, brings with it the excellent feature of allowing us to run all our tests on a single page. The only caveat with this feature is that it requires us to manually keep a list of test files up to date in the all-test.html file.

In the long run, we'll upgrade our build scripts to do this automatically with Grunt. In the meantime, a wiki page might help.

Comments

  • Justin Obara commented 2024-07-31T07:40:42.818-0400

    The all tests files document a search command for locating tests files. It would still be better to have a way of generating these automatically, but in the meantime this is probably sufficient documentation. Or at least it has been so far.