144
144
145
145
---STEP---
146
146
147
- macOS (Apple Silicon) setup (required only if arm64 detected):
147
+ macOS (Apple Silicon) setup (Strictly follow if arm64 detected):
148
148
Install the x64 version of .NET for BrowserStack compatibility.
149
149
150
150
- Check your current .NET version:
@@ -153,6 +153,7 @@ Install the x64 version of .NET for BrowserStack compatibility.
153
153
\`\`\`
154
154
155
155
- Ensure the path exists strictly; if not, create it first and then run the setup:
156
+ This automatically installs the x64 version of .NET in the specified path. No need to install it from external sources.
156
157
\`\`\`bash
157
158
sudo dotnet browserstack-sdk setup-dotnet --dotnet-path "<your-chosen-path>" --dotnet-version "<your-dotnet-version>"
158
159
\`\`\`
@@ -161,7 +162,7 @@ Install the x64 version of .NET for BrowserStack compatibility.
161
162
---STEP---
162
163
163
164
Run the tests:
164
- - For macOS (Apple Silicon), use the full path:
165
+ - For macOS (Apple Silicon), use the full path where the x64 version of .NET is installed :
165
166
\`\`\`bash
166
167
<your-chosen-path>/dotnet browserstack-sdk
167
168
\`\`\`
@@ -221,6 +222,7 @@ Install the x64 version of .NET for compatibility with BrowserStack.
221
222
\`\`\`
222
223
223
224
- Ensure the path exists strictly; if not, create it first and then run the setup:
225
+ This automatically installs the x64 version of .NET in the specified path. No need to install it from external sources.
224
226
\`\`\`bash
225
227
sudo dotnet browserstack-sdk setup-dotnet --dotnet-path "<your-chosen-path>" --dotnet-version "<your-dotnet-version>"
226
228
\`\`\`
@@ -489,6 +491,7 @@ export const SUPPORTED_CONFIGURATIONS: ConfigMapping = {
489
491
xunit : { instructions : csharpCommonInstructions } ,
490
492
nunit : { instructions : csharpCommonInstructions } ,
491
493
mstest : { instructions : csharpCommonInstructions } ,
494
+ specflow : { instructions : csharpCommonInstructions } ,
492
495
} ,
493
496
} ,
494
497
nodejs : {
0 commit comments