geeklearningio / gl-vsts-tasks-yarn

Yarn Package Manager Visual Studio Team Services Build and Release Management extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option to disable word-wrapping the output in VSTS.

imagest opened this issue · comments

Before opening an issue please read this.

Are you reporting a bug or a feature request ?

  • Bug
  • 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:

  • [v] VSTS
  • TFS

Agent:

  • [v] Hosted
  • Custom

OS:

  • Windows
  • Mac
  • [v] Linux

Yarn version:
2.*

Node version:
14.x

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