-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Correctness
Our JS test tag format is a bit too liberal. See rules here.
It would aid in test file readability and maintenance if we enforced a few linting rules:
- Tags must be in alphabetical order
- Only one tag may be specified per line
- Tags must be separated by commas
- (maybe) Ban unknown tags
This would also need an accompanying formatter so that test files can be reformatted on save.