Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

Commit

Permalink
Merge pull request #21 from sbtqa/mobile-i18n
Browse files Browse the repository at this point in the history
mobile support
  • Loading branch information
kosteman authored Feb 14, 2017
2 parents 51b4b3d + b3d4438 commit 6bf2060
Show file tree
Hide file tree
Showing 17 changed files with 1,105 additions and 767 deletions.
12 changes: 9 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,19 @@
<dependency>
<groupId>ru.sbtqa.tag</groupId>
<artifactId>datajack</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>ru.sbtqa.tag</groupId>
<artifactId>allure-helper</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>ru.sbtqa.tag</groupId>
<artifactId>video-recorder</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.5</version>
<type>jar</type>
</dependency>
<dependency>
Expand All @@ -91,6 +91,12 @@
<version>2.53.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>4.1.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
Loading

0 comments on commit 6bf2060

Please sign in to comment.