Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] test result size wired on start #1133

Open
yoyoys opened this issue Apr 3, 2024 · 1 comment
Open

[BUG] test result size wired on start #1133

yoyoys opened this issue Apr 3, 2024 · 1 comment
Labels
stage: not reproducible not able to reproduce the issue described.

Comments

@yoyoys
Copy link

yoyoys commented Apr 3, 2024

Describe the bug
When I open my workspace and Test Results shows on panel, the layout will broken.
To Reproduce
Steps to reproduce the behavior:

  1. open a project contain tests
  2. show test result at panel and panel position set to bottom
  3. close and restart VScode
  4. the test result layout will broken until switch tabs.

Expected behavior
The test result will be same layout.
Screenshots
This is the standard layout.
CleanShot 2024-04-03 at 17 18 05@2x
This is the broken layout
CleanShot 2024-04-03 at 17 19 38@2x

Environment (please complete the following information):

  • vscode-jest version: v6.2.3
  • node -v: v20.12.0
  • npm -v or yarn --version: npm 10.5.0
  • jest or react-scripts (if you haven’t ejected) version: 29.7.0
  • your vscode-jest settings:
    "jest.jestCommandLine": "npx jest",
    "jest.outputConfig": {
        "clearOnRun": "both",
        "revealWithFocus": "test-results"
    }
  • Operating system: MacOS 14.2.1

Prerequisite

  • are you able to run jest from the command line? Yes
  • where do you run jest CLI from? root on project
  • how do you run your tests from the command line? npm run test or npx jest

Additional context
This is really annoying...

@connectdotz
Copy link
Collaborator

Hmm., I couldn't reproduce this behavior. Does this happen for the other projects or just this one?

@connectdotz connectdotz added stage: not reproducible not able to reproduce the issue described. and removed stage: awaiting response labels Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stage: not reproducible not able to reproduce the issue described.
Projects
None yet
Development

No branches or pull requests

2 participants