Skip to content

Commit b734811

Browse files
Renamed vanillajava to java project
1 parent 5d82e9b commit b734811

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
```sh
1212
git clone https://github.com/browserstack/browserstack-selenium-load-testing-sample.git
1313
cd browserstack-selenium-load-testing-sample
14-
cd vanillajava
14+
cd java
1515
```
1616

1717
2. **Install Maven dependencies**
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ regions:
3333
# Set language to the programming language used in your project. Example: 'java', 'nodejs'.
3434
language: java
3535

36+
# No framework key for vanilla Java projects.
37+
3638
# Add list of file paths under 'dependencies' to help set up the test environment by installing required packages. Example: path to 'pom.xml' for Java projects using Maven, path to 'package.json' for Node.js projects.
3739
# Add list of file paths under 'testConfigs' to define which configuration files should be used to run tests. Example: path to 'playwright.config.ts' for Playwright (Node.js), path to 'testng.xml' for Selenium (TestNG).
3840
files:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://www.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.example</groupId>
7-
<artifactId>selenium-vanillajava-example</artifactId>
7+
<artifactId>selenium-java-example</artifactId>
88
<version>1.0-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

File renamed without changes.

0 commit comments

Comments
 (0)