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 2e3a86a commit cf2029aCopy full SHA for cf2029a
.github/workflows/ci.yml
@@ -9,6 +9,8 @@ env:
9
LT_USERNAME: ${{ secrets.LT_USERNAME }}
10
LT_ACCESS_KEY: ${{ secrets.LT_ACCESS_KEY }}
11
PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }}
12
+ LT_SDK_DEBUG: true
13
+ SMARTUI_DEBUG: true
14
15
jobs:
16
smartui-java-sdk:
@@ -21,12 +23,10 @@ jobs:
21
23
- name: Install Dependencies and clean directory
22
24
run: |
25
npm i @lambdatest/smartui-cli
- ls -la
- mvn clean compile
26
27
- name: Execute java wrapper
28
29
npx smartui --version
30
31
npx smartui config:create smartui-web.json
+ mvn -ntp ... ....
32
npx smartui --config smartui-web.json exec -- mvn test -D suite=sdk-cloud.xml
0 commit comments