onivim/oni

Automation - CiTests: Make debugging easier

Open

#1438 aperta il 3 feb 2018

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)TypeScript (336 fork)batch import
developmenthelp wantedinsider

Metriche repository

Star
 (11.389 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Debugging the CiTests isn't very straightforward today. Once #1436 and #1437 are addressed, and it's easier to run/iterate on them, this will definitely be the next pain point.

A few possibilities we could have to make this easier:

  • Add a npm run debug:test:integration command, that opens a debug window and stops at a debugger prior to executing the test.
  • All the npm run debug:test:integration to take some sort of filter that is scoped to a particular test (so we don't have to run them all).

Guida contributor