data icon indicating copy to clipboard operation
data copied to clipboard

internal: improve @warp-drive/diagnostic DOM Reporter

Open runspired opened this issue 1 year ago • 0 comments

While @warp-drive/diagnostic has been able to be dropped in for qunit in three packages now, its DOM reporter is not as feature rich as qunit's.

  • [x] add comprehensive readme
  • [ ] add to EmberData contributing guide
  • [ ] add code-doc comments for all public exports and methods
  • [ ] display individual results
  • [ ] make hide/show passed work
  • [ ] make hide/shoe individual work
  • [ ] make url params work
  • [ ] render container CSS (make it good and also fast)
  • [ ] lightmode css?

Feature Parity work

  • [ ] make test-rerun work
  • [ ] rerun failed tests first

New Feature work

  • [x] concurrent mode
  • [ ] parallel mode
  • [ ] randomized mode
  • [ ] memory stats

runspired avatar Oct 10 '23 00:10 runspired