Skip to content

[Bug]: No VR interactive test steps are being executed #33759

@ling1726

Description

@ling1726

Area

build

Environment

System:
    OS: Linux 5.15 Ubuntu 22.04.3 LTS 22.04.3 LTS (Jammy Jellyfish)
    CPU: (32) x64 Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
    Memory: 46.38 GB / 62.77 GB
    Container: Yes
    Shell: 5.1.16 - /bin/bash
  Binaries:
    Node: 20.14.0 - ~/.nvm/versions/node/v20.14.0/bin/node
    Yarn: 1.23.34 - /mnt/c/Program Files (x86)/Yarn/bin/yarn
    npm: 10.7.0 - ~/.nvm/versions/node/v20.14.0/bin/npm
  npmPackages:
    eslint: 8.57.0 => 8.57.0
    prettier: 2.8.8 => 2.8.8
    storybook: 7.6.20 => 7.6.20
    typescript: 5.3.3 => 5.3.3

Current Behavior

In the repro PR I made an override to make all Button backgrounds red - the output screenshots have no mention of the other steps that are used in the Button tests

Image

This might be happening happening because storywright is using some internal API that does not seem to exist anymore

Image

Storywright in latest version also uses a different mechanism to fetch steps storywright/src/StoryWright/BrowserExecutor.ts at main · microsoft/storywright

If you try to run locally you get these "wonderful" error messages

Image

Expected Behavior

VR tests should run interactive steps

Reproduction

#33758

Steps to reproduce

  1. Clone repro PR
  2. Navigate to apps/vr-tests-react-components
  3. Run yarn build-storybook
  4. Run yarn test-vr
  5. See error messages

Image

Suggested severity

Urgent - No workaround and Products/sites are affected

Products/sites affected

No response

Are you willing to submit a PR to fix?

no

Validations

  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • The provided reproduction is a minimal reproducible example of the bug.

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions