geeklearningio / gl-vsts-tasks-yarn

Yarn Package Manager Visual Studio Team Services Build and Release Management extensions
MIT License
52 stars 18 forks source link

Option to disable word-wrapping the output in VSTS. #93

Closed imagest closed 3 years ago

imagest commented 3 years ago

Before opening an issue please read this.

Are you reporting a bug or a feature request ?

Description

The output log of the yarn test in VSO is word-wrapped at 90 characters, often breaking flow of reading, or more importantly, tokens generated by the postman run. This makes copying-and-pasting to examine the test behavior manually rather difficult.

image

Expected behavior

Preferably an option to disable the word wrap, or "word wrap at X" configuration.

Reproduction

Run a yarn test task

MANDATORY FOR BUGS: Insert debug trace

In order to allow us to quickly reproduce you issue please include a link to a reproduction repository

System information

VSTS or TFS:

Agent:

OS:

Yarn version: 2.*

Node version: 14.x

imagest commented 3 years ago

This was actually due to newman, our test library, not the yarn. Closing.