You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it works well on MAC but when I run it on Windows
I show an error can not fidn the project=edge-134:Windows.
I think because the space in project.
Please help me to fix it.
Thank you
The text was updated successfully, but these errors were encountered:
You should encapsulate the entire project argument in double quotes to ensure that the command line interprets it as a single argument. Here is how you can modify your command: "bs-test-testing-edge134": "npx bddgen && npx browserstack-node-sdk playwright test --grep @testing --config=./playwright.config.ts --project='edge-134:Windows 11-browserstack'",
By using single quotes within the double quotes for the --project argument, you can ensure that the space in the project name is correctly interpreted by the Windows command line.
You should encapsulate the entire project argument in double quotes to ensure that the command line interprets it as a single argument. Here is how you can modify your command: "bs-test-testing-edge134": "npx bddgen && npx browserstack-node-sdk playwright test --grep @testing --config=./playwright.config.ts --project='edge-134:Windows 11-browserstack'", By using single quotes within the double quotes for the --project argument, you can ensure that the space in the project name is correctly interpreted by the Windows command line.
thank you, I try this suggestion but it does not work :(
I have a command
it works well on MAC but when I run it on Windows
I show an error can not fidn the project=edge-134:Windows.
I think because the space in project.
Please help me to fix it.
Thank you
The text was updated successfully, but these errors were encountered: