Skip to content

Commit

Permalink
feat: test5
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Sep 3, 2022
1 parent b7f761c commit 3d9f63d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 29 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/codecov.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ sonic-driver-core can be separated from appium and interact directly with webdri
<dependency>
<groupId>io.github.soniccloudorg</groupId>
<artifactId>sonic-driver-core</artifactId>
<version>1.0.11</version>
<version>1.0.12</version>
</dependency>
```

#### Gradle

```
implementation 'io.github.soniccloudorg:sonic-driver-core:1.0.11'
implementation 'io.github.soniccloudorg:sonic-driver-core:1.0.12'
```

### Code
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ sonic-driver-core可以脱离Appium,直接与WebDriverAgent或UIautomator2交
<dependency>
<groupId>io.github.soniccloudorg</groupId>
<artifactId>sonic-driver-core</artifactId>
<version>1.0.11</version>
<version>1.0.12</version>
</dependency>
```
#### Gradle
```
implementation 'io.github.soniccloudorg:sonic-driver-core:1.0.11'
implementation 'io.github.soniccloudorg:sonic-driver-core:1.0.12'
```

### 代码
Expand Down
4 changes: 0 additions & 4 deletions src/test/java/org/cloud/sonic/core/ios/IOSDriverTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
@RunWith(Parameterized.class)
public class IOSDriverTest {
static IOSDriver iosDriver;
static final String SONIC_REMOTE_URL = "https://SONIC_REMOTE_TEST_URL";
static String url = "http://localhost:8100";

@Parameterized.Parameters
Expand All @@ -49,9 +48,6 @@ public void before() throws InterruptedException {

@BeforeClass
public static void beforeClass() throws SonicRespException {
if (!SONIC_REMOTE_URL.equals("https://SONIC_REMOTE_TEST_URL")) {
url = SONIC_REMOTE_URL;
}
Boolean hasThrow = false;
try {
new IOSDriver(url, null);
Expand Down

0 comments on commit 3d9f63d

Please sign in to comment.