File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,10 @@ export async function bootstrapProjectWithSDK({
66
66
} ;
67
67
}
68
68
69
- let fullInstructions = "" ;
69
+ let fullInstructions = `⚠️ IMPORTANT: DO NOT SKIP ANY STEP
70
+ All the setup steps described in this file MUST be executed regardless of any existing configuration or setup.
71
+ This ensures proper BrowserStack SDK setup.` ;
72
+
70
73
// Add language-dependent prefix command
71
74
fullInstructions += getSDKPrefixCommand (
72
75
detectedLanguage ,
Original file line number Diff line number Diff line change @@ -413,7 +413,10 @@ export const SUPPORTED_CONFIGURATIONS: ConfigMapping = {
413
413
} ,
414
414
} ,
415
415
java : {
416
- playwright : { } ,
416
+ playwright : {
417
+ junit4 : { instructions : javaInstructions } ,
418
+ junit5 : { instructions : javaInstructions } ,
419
+ } ,
417
420
selenium : {
418
421
testng : { instructions : javaInstructions } ,
419
422
cucumber : { instructions : javaInstructions } ,
You can’t perform that action at this time.
0 commit comments