Skip to content

Commit

Permalink
LT mobile configs (#155)
Browse files Browse the repository at this point in the history
### To be filled by the PR creator:

* A brief description of the changes made - 

* Do we have clean latest run report (Docker or Browserstack) attached
with this PR?
  * [ ] Yes
  * [ ] No (Please explain why)

* Does the PR contain changes to any core file?
  * [ ] Yes (Needs approval from at least 1 people)
  * [ ] No

* Is it
  * [ ] New Testcase
  * [ ] Fix


### To be filled by the PR reviewer:

* [ ] Verify the attached run report passed in GitHub Actions (Docker or
Browserstack run)

* General
    * [ ] Use the best strategy to locate the elements
    * [ ] Comments wherever the code is not readable by itself
    * [ ] Use of the right data structure for the use case
    * [ ] Reuse logic/functionality as much as possible
    * [ ] Cleanup of any test data that is generated by the tests
    * [ ] No static waits
  • Loading branch information
tauqirsarwar1 authored Aug 16, 2024
2 parents e6d8d16 + 4acca6d commit ecb4d8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/LT_android_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: BS - Android App Tests
name: LT - Android App Tests

env:
TAGS: "android_mobile_tests"
Expand All @@ -8,7 +8,7 @@ env:

on:
schedule:
- cron: '0 * * * *'
- cron: '0 21 * * *'
workflow_dispatch:
inputs:
tags:
Expand Down Expand Up @@ -39,10 +39,10 @@ jobs:

- name: Start Tunnel
uses: LambdaTest/LambdaTest-tunnel-action@v2
tunnelName: "androidPytestTunnel"
with:
user: ${{secrets.LT_USERNAME}}
accessKey: ${{secrets.LT_ACCESS_KEY}}
tunnelName: "androidPytestTunnel"
verbose: true

- name: Check out code
Expand Down Expand Up @@ -94,10 +94,10 @@ jobs:

- name: Start Tunnel
uses: LambdaTest/LambdaTest-tunnel-action@v2
tunnelName: "androidPytestTunnel"
with:
user: ${{secrets.LT_USERNAME}}
accessKey: ${{secrets.LT_ACCESS_KEY}}
tunnelName: "androidPytestTunnel"
verbose: true

- name: Check out code
Expand Down

0 comments on commit ecb4d8d

Please sign in to comment.