Skip to content

Commit 813de16

Browse files
titusfortnerdiemol
andauthored
update mobile web implementation (#272)
Co-authored-by: Diego Molina <[email protected]> Co-authored-by: Diego Molina <[email protected]>
1 parent 6e6e01c commit 813de16

File tree

15 files changed

+648
-409
lines changed

15 files changed

+648
-409
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: Real Devices
2+
3+
on:
4+
schedule:
5+
- cron: '35 20 * * *'
6+
workflow_dispatch:
7+
push:
8+
branches: [ main ]
9+
paths:
10+
- '**/appium/**'
11+
pull_request:
12+
paths:
13+
- '**/appium/**'
14+
15+
env:
16+
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
17+
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
18+
19+
jobs:
20+
build:
21+
runs-on: ubuntu-latest
22+
strategy:
23+
matrix:
24+
cloud: [ RDC, VDC ]
25+
browser: [ chrome, safari ]
26+
steps:
27+
- uses: actions/checkout@v4
28+
- name: Set up Java
29+
uses: actions/setup-java@v4
30+
with:
31+
java-version: 11
32+
distribution: "temurin"
33+
- name: Mobile Web ${{ matrix.cloud }} {{ matrix.browser }}
34+
working-directory: ./appium/mobile-web
35+
run: mvn test -Dsauce.cloud=${{ matrix.cloud}} -Dsauce.browser=${{ matrix.browser}}

appium/appium-web/appium-web-examples/pom.xml

Lines changed: 0 additions & 73 deletions
This file was deleted.

appium/appium-web/appium-web-examples/src/test/java/com/examples/simple_example/AndroidWebAppTest.java

Lines changed: 0 additions & 109 deletions
This file was deleted.

appium/appium-web/appium-web-examples/src/test/java/com/examples/simple_example/IOSWebAppTest.java

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)