Skip to content

Commit

Permalink
Added UIAutomator and Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Damjan Smickovski authored and Damjan Smickovski committed Jun 27, 2023
1 parent 7103b30 commit 55a47c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Appium Tests

on: [push, pull_request, workflow_dispatch]

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
settings-tests:
name: Settings Tests
Expand Down
2 changes: 1 addition & 1 deletion .mocharc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"ts"
],
"spec": "src/tests/**/*.ts",
"timeout": 50000,
"timeout": 500000,
"watch-files": [
"src/tests/**/*.ts"
],
Expand Down

0 comments on commit 55a47c9

Please sign in to comment.