Skip to content

Commit 1d7b7ba

Browse files
committed
fix java local sdk sample
1 parent 8cf8a53 commit 1d7b7ba

File tree

9 files changed

+2954
-29
lines changed

9 files changed

+2954
-29
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
.project
44
.settings
55
.theia
6+
node_modules/*

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ You can generate capabilities for your test requirements with the help of our in
101101
**Step 4:** The tests can be executed in the terminal using the following command.
102102

103103
```bash
104-
mvn test -D suite=smartui.xml
104+
npx smartui exec -- mvn test -D suite=sdk-local.xml
105+
npx smartui exec -- mvn test -D suite=sdk-cloud.xml
105106
```
106107

107108
Your test results would be displayed on the test console (or command-line interface if you are using terminal/cmd) and on LambdaTest automation dashboard.

0 commit comments

Comments
 (0)