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

mobile support #21

Merged
merged 32 commits into from
Feb 14, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
7f6ba52
rename page shell to wrapper
kosteman Jan 17, 2017
0db6ee6
rename step defs
kosteman Jan 17, 2017
c461531
update pom; add m and w driver classes; fix click aspect
kosteman Jan 17, 2017
98c121a
resolve conflicts and errors
kosteman Jan 17, 2017
f3ad7af
Merge remote-tracking branch 'refs/remotes/origin/master'
kosteman Jan 17, 2017
b594a0b
revert get pages package
kosteman Jan 17, 2017
e65bba1
rename drivers; add mobile extensions
kosteman Jan 18, 2017
d97e60b
split extensions; add swipe
kosteman Jan 19, 2017
508949d
Merge branch 'master'
kosteman Jan 20, 2017
976fbd9
add video recording to mobile driver;
kosteman Jan 20, 2017
a5e0088
add support screenshot b appium
kosteman Jan 24, 2017
a38da90
add appium props; add logs
kosteman Jan 26, 2017
ec7b95b
add environment check on driver get
kosteman Jan 31, 2017
f4428cb
update dependencies version
kosteman Jan 31, 2017
ee0db14
change crlf to lf
kosteman Feb 3, 2017
ec9df13
Merge branch 'master'
kosteman Feb 3, 2017
0de3f4c
revert build
kosteman Feb 3, 2017
f18204a
add swipe to text
kosteman Feb 7, 2017
5d48557
get driver instead of web driver in common extension
kosteman Feb 9, 2017
1d5ac4d
Merge remote-tracking branch 'refs/remotes/origin/i18n'
kosteman Feb 9, 2017
2c9cd08
revert imports; downgrade to java7 update
kosteman Feb 10, 2017
a36f560
fix pull comments
kosteman Feb 10, 2017
e0d8927
Merge remote-tracking branch 'refs/remotes/origin/master'
kosteman Feb 10, 2017
32fa673
rename log to uppercase
kosteman Feb 10, 2017
cfda0ea
add swipe exception throw to step def
kosteman Feb 10, 2017
8e80da3
fix i18n dictionaries
kosteman Feb 10, 2017
3196cfa
fix formating
kosteman Feb 10, 2017
ed6cb0c
one more format fix
kosteman Feb 10, 2017
2cfb2d4
fix @clicman comments
kosteman Feb 13, 2017
b35c937
fix @iamanikeev comments
kosteman Feb 14, 2017
601f0f0
Merge branch 'master'
kosteman Feb 14, 2017
b3d4438
increase cucumber-runner version to 1.0.2
kosteman Feb 14, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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