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({
6666 } ;
6767 }
6868
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+
7073 // Add language-dependent prefix command
7174 fullInstructions += getSDKPrefixCommand (
7275 detectedLanguage ,
Original file line number Diff line number Diff line change @@ -413,7 +413,10 @@ export const SUPPORTED_CONFIGURATIONS: ConfigMapping = {
413413 } ,
414414 } ,
415415 java : {
416- playwright : { } ,
416+ playwright : {
417+ junit4 : { instructions : javaInstructions } ,
418+ junit5 : { instructions : javaInstructions } ,
419+ } ,
417420 selenium : {
418421 testng : { instructions : javaInstructions } ,
419422 cucumber : { instructions : javaInstructions } ,
You can’t perform that action at this time.
0 commit comments