<!-- HI! PLEASE STOP TO READ THIS!! If your issue is regarding one of the query APIs (`getByText`, `getByLabelText`, etc), then please file it on the https://github.com/kentcdodds/dom-testing-library repository instead. If you file it here it will be closed. Thanks :) Thanks for your interest in the project. I appreciate bugs filed and PRs submitted! Please make sure that you are familiar with and follow the Code of Conduct for this project (found in the CODE_OF_CONDUCT.md file). Please fill out this template with all the relevant information so we can understand what's going on and fix the issue. I'll probably ask you to submit the fix (after giving some direction). If you've never done that before, that's great! Check this free short video tutorial to learn how: http://kcd.im/pull-request --> - `cypress-testing-library` version: "^10.0.1" - `node` version: v18.17.1 - `npm` (or `yarn`) version: 9.6.7 What you did: Running Cypress tests in browser stack. What happened: <!-- Please provide the full error message/screenshots/anything --> Reproduction repository: <!-- If possible, please create a repository that reproduces the issue with the minimal amount of code possible. --> Problem description: When running the Cypress tests in browser stack, I get the following error: ``` Error: Webpack Compilation Error Module not found: Error: Can't resolve 'process/browser.js' in '/e2e/node_modules/@testing-library/dom/dist/@testing-library' ```