Skip to content

Commit bf93a29

Browse files
Run all tests
Co-authored-by: SrinivasanTarget <srinivasan.sekar1990@gmail.com>
1 parent 66d9b7b commit bf93a29

4 files changed

Lines changed: 8 additions & 141 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 135 deletions
This file was deleted.
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
name: Appium Flutter Integration Driver with Appium 3
2+
13
on:
2-
workflow_dispatch:
3-
push:
4-
branches: [ main ]
4+
pull_request:
5+
6+
env:
7+
CI: true
58

6-
name: Appium Flutter Integration Driver with Appium 3
79
jobs:
810
Android_E2E_WDIO:
911
runs-on: ubuntu-latest

.github/workflows/appium3_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: iOS WDIO Tests
1+
name: iOS WDIO Tests with Appium 3
22

33
on:
44
pull_request:

test/specs/test.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ describe('My Login application', () => {
140140
});
141141
expect(await childElement.getText()).toEqual('Child 2');
142142
});
143-
it.only('Ancestor Test', async () => {
143+
it('Ancestor Test', async () => {
144144
await performLogin();
145145
await openScreen('Nested Scroll');
146146
const parentElement = await browser.flutterByAncestor$({

0 commit comments

Comments
 (0)