Skip to content

[Bug]: Incompatible with macos 15 Sequoia #524

Open
@HJZzzzz

Description

@HJZzzzz

Describe the bug

Hi team, thanks for your great efforts for building and maintaining this amazing library for years!

Currently one of our product is using test runner to run interaction tests locally. However, after my local machine os upgraded to 15.x, the test runner no longer working. The reason why im sure is about the os version because i verified both both CI and machine + older os version, they both work well.

There are a few things abnormal i noticed in my local

  1. npx storybook -build takes crazy cpu consumption. Im using M2 chip but it might take 600%+ when running this command.( normally just 100%-200%
  2. error message returned when im running the test:
Image This error seems generated from the src/setup-page-scripts.ts, does this meaning that the build is actually not considered as successful?(but the stoybook dev server looks quite ok in my local machine Image

To Reproduce

System

System:
    OS: macOS 15.1.1
    CPU: (8) arm64 Apple M2
  Binaries:
    Node: 20.10.0 - ~/.nvm/versions/node/v20.10.0/bin/node
    Yarn: 1.22.22 - /opt/homebrew/bin/yarn
    npm: 6.14.11 - ~/Desktop/coral/node_modules/.bin/npm
  Browsers:
    Chrome: 131.0.6778.140
    Safari: 18.1.1
  npmPackages:
    @storybook/addon-coverage: ^0.0.9 => 0.0.9 
    @storybook/addon-essentials: ^7.4.2 => 7.4.2 
    @storybook/addon-interactions: ^7.4.2 => 7.4.2 
    @storybook/addon-styling: ^1.3.7 => 1.3.7 
    @storybook/jest: ^0.2.2 => 0.2.2 
    @storybook/nextjs: ^7.4.2 => 7.4.2 
    @storybook/react: ^7.4.2 => 7.4.2 
    @storybook/testing-library: ^0.2.1 => 0.2.1

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions