How do I get timing information in the build result for each of npm install and the test invocation (to the right of the &&)?
Alternatively, is there an alternate non-&& way of making the two command run one after the other on the same build agent without resetting working copy between the two with a git-checkout?
The timing displayed is for the whole command, but you can work on a workaround creating new group outputs.
You can use a script with the commands (which is nicer), or have something like: