We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86047a6 commit a3c5dd6Copy full SHA for a3c5dd6
src/tools/sdk-utils/constants.ts
@@ -33,7 +33,7 @@ browserstack-sdk python <path-to-test-file>
33
\`\`\`
34
`;
35
36
-const ins =
+const argsInstruction =
37
'<argLine>-javaagent:"${com.browserstack:browserstack-java-sdk:jar}"</argLine>';
38
39
const javaInstructions = `
@@ -46,7 +46,7 @@ Add the following dependency to your \`pom.xml\`:
46
<scope>compile</scope>
47
</dependency>
48
49
-${ins}
+${argsInstruction}
50
51
52
For Gradle projects, add to \`build.gradle\`:
0 commit comments