Commit Graph

279 Commits

Author SHA1 Message Date
Christopher Hiller
76d147aba1 chore: configure FOSSA
FOSSA was giving us a bunch of warnings about copyleft licenses, but these licenses are only present in our examples.  This configuration file will tell FOSSA to ignore that stuff.

FOSSA recognizes `examples/` as something it should skip, but not `sample-code`.  It's easier to rename the dir than it is to negotiate a PR with FOSSA.  Why they don't allow the config file to just ignore directories is beyond me...
2021-08-18 12:25:13 -07:00
Kazuaki Matsuo
3e98cc98f3 chore: merge master to 2.0 (#15007)
* fix: fix urls in docs (#14910)

* docs: Update generated docs [ci skip] (#14913)

Co-authored-by: runner <runner@Mac-1606273407156.local>

* feat: Add Mac2Driver (#14911)

* docs: Add Mac2Driver documentation (#14914)

* chore: add scripts for doing releases (#14918)

* docs: Update push-file.yml (#14920)

* chore: fix a link in appium.io (#14929)

* fix links

* fix

* docs: Update generated docs [ci skip] (#14930)

Co-authored-by: runner <runner@Mac-1607067954655.local>

* docs: removed deprecated method (#14934)

assert.equal was deprecated — since v9.9.0 - use strictEqual() instead.

* docs: add links to mac2 driver in caps and settings (#14942)

* cods: add links to mac2 driver in caps and settings

* tweak naming

* chore: remove authorize-ios from package (#14946)

* chore: add 1.19.1 in changelog (#14947)

* feat: add --keep-alive-timeout CLI arg to adjust server keepalive and connection timeout

* rename release-candidate.sh to release

* chore: Switch to GitHub CI (#14978)

* docs: changelog for Appium v1.20 (#14985)

* docs: swap out hamcrest.org reference

* docs: fix example comment (#14995)

changed the app name in a comment for the notepad example from AlarmClock to Notepad

* docs: update README with english tutorial version to learn Appium with Python (#14999)

* update README

* Update README.md

* remove duplicated lib/parser.js

* install fakedriver

Co-authored-by: Appium Triager <maintainers@appium.io>
Co-authored-by: runner <runner@Mac-1606273407156.local>
Co-authored-by: Mykola Mokhnach <mokhnach@gmail.com>
Co-authored-by: Dan Graham <dpgraham.85@gmail.com>
Co-authored-by: Ilija Boshkov <ilija.boshkov@gmail.com>
Co-authored-by: runner <runner@Mac-1607067954655.local>
Co-authored-by: roman-olshevskiy <56480723+roman-olshevskiy@users.noreply.github.com>
Co-authored-by: Jonathan Lipps <jlipps@gmail.com>
Co-authored-by: BoldAsLove <john.wojner@gmail.com>
Co-authored-by: Maria Clara dos Santos Bezerra <clarinhab@gmail.com>
2021-01-11 08:04:13 +09:00
Mykola Mokhnach
2b4cc6b8a9 docs: Add comments to java samples (#14838) 2020-10-24 10:42:15 +02:00
Sri Harsha
a370d60ec7 docs: fixing Typos (#14635) 2020-08-10 08:30:52 +09:00
Serhat Bolsu
a2950b7dc0 feat: robotframework ios and android test suites are added (#14608) 2020-07-29 09:22:30 +09:00
Paulo Gonçalves
1ed1a6f7e3 docs(python): Include free brazilian tutorial (#14533) 2020-07-10 09:20:37 +09:00
Khanh Do
73bdc164b5 docs: Fix wdio config for webdriverio v6 (#14471) 2020-06-22 15:16:21 +09:00
dependabot-preview[bot]
782526c5b1 chore(deps-dev): bump mocha in /sample-code/javascript-wd (#14438)
Bumps [mocha](https://github.com/mochajs/mocha) from 7.2.0 to 8.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v7.2.0...v8.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-11 23:29:51 +09:00
dependabot-preview[bot]
1361411cc7 chore(deps-dev): bump mocha in /sample-code/javascript-webdriverio (#14437)
Bumps [mocha](https://github.com/mochajs/mocha) from 7.2.0 to 8.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v7.2.0...v8.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-11 23:29:23 +09:00
dependabot-preview[bot]
d5119daba9 chore(deps-dev): bump webdriverio in /sample-code/javascript-webdriverio (#14117)
Bumps [webdriverio](https://github.com/webdriverio/webdriverio) from 5.22.4 to 6.0.5.
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/compare/v5.22.4...v6.0.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-27 10:26:29 -04:00
greenkeeper[bot]
0cd15541da Update mocha in group sample-code to the latest version 🚀 (#13876)
* chore(package): update mocha to version 7.0.1

* chore(package): update mocha to version 7.0.1
2020-01-27 12:54:04 -08:00
Canhua Li
b38ed1efcd docs: add sample for WinAppDriver on Windows (#13157) 2019-08-31 10:00:27 +09:00
Srinivas Vishnubhotla
40cb4f610c docs: Java sample code for Windows Desktop Applications (#13132)
* Windows Desktop Application Java Sample Code
2019-08-29 16:42:56 +09:00
Isaac A. Murchie
be967320c2 sample-code: fix python sample (#13107) 2019-08-22 07:57:13 -05:00
Mori Atsushi
bdb234db9e fix: sample codes in python (#13091) 2019-08-18 21:28:04 +09:00
Isaac A. Murchie
eb4ddafc36 Update python sample code (#12681) 2019-05-23 09:37:40 -04:00
greenkeeper[bot]
cd07564127 chore(package): update assert to version 2.0.0 (#12633) 2019-05-13 08:19:06 -04:00
Isaac A. Murchie
4ccc8665f8 Begin running sample code in CI (#12519)
* Make stage in Travis to run wd sample code

* Clean up wd sample code for Sauce runs

* Restrict to master/non-PR builds
2019-04-23 12:58:42 -04:00
Kazuaki Matsuo
906350fd33 update sample apk (#12380) 2019-03-25 09:29:17 -07:00
Isaac A. Murchie
8e5ec38d3f Add function names (#12370) 2019-03-22 15:13:02 -04:00
greenkeeper[bot]
541beecc27 Update mocha in group sample-code to the latest version [ci skip] 🚀 (#12185) 2019-02-19 20:31:07 -08:00
Kazuaki Matsuo
783c5e3c2e ignore .lock file in ruby sample code (#12034) 2019-01-19 15:19:51 +09:00
greenkeeper[bot]
10753839a9 Update eslint-config-appium to the latest version 🚀 (#11952)
* chore(package): update eslint-config-appium to version 4.0.1

* chore: fix linting

* chore: rebase and done
2019-01-08 07:43:50 -06:00
Isaac A. Murchie
e0c4106d22 Lint and update JS sample code (#11927)
* Lint and update JS wd sample code

* Lint and update JS webdriverio sample code

* Add JS sample code to greenkeeper
2019-01-03 09:40:53 -05:00
Sai Krishna
4df45addc3 update WDIO test to v5 (#11919)
* update WDIO test to v5

* fix review
2019-01-02 09:57:39 -08:00
Laolu Benson
5103a9a163 Add NUnit Test Adapter 2018-10-29 17:26:27 +00:00
Isaac A. Murchie
37539cb8f8 Fix platformVersion in Java sample code (#11356) 2018-09-12 11:05:39 -04:00
Dan Graham
833daae083 Upgrade rubyzip (#11331) 2018-09-07 08:57:20 -07:00
Kazuaki Matsuo
c503f08574 Add csharp sample (#11255)
* add git ignore

* add csharp sample tests

* update readme

* remove comments
2018-08-28 09:21:14 -04:00
Kazuaki Matsuo
7b3b836f77 Tweak ruby sample (#11233)
* define spec_helper

* tweak ios default versions
2018-08-24 00:22:10 +09:00
Kazuaki Matsuo
cd12ed9a51 Add python sample code (#11208)
* add initial python sample

* add all of ios and android tests

* apply formatter

* add >=0.28 to avoid version error

* tweak versions of default OS

* convert some tests to unittest based ones

* use single quote mainly

* use {} format style for string

* use format syntax

* apply format and tweak assertions

* use is None

* use assert raise

* speficy a number of elements

* tweak exception

* move app path to helper

* tweak assertion conditions

* remove .close since with open() close file automatically
2018-08-22 11:48:58 -07:00
Kazuaki Matsuo
e0af090903 update ruby sample (#11203) 2018-08-18 09:21:52 +09:00
Srinivas Vishnubhotla
bec8462016 Added More Tests (#11022)
* Added More Tests

Android Native
Android Browser
Android Sauce Labs
iOS Native
iOS Browser
iOS Sauce Labs

* Removed Duplicate Tests

* Removed Appium Version and changed AutomationName to UIAutomator2
2018-07-10 14:20:17 +01:00
Isaac A. Murchie
04f6543561 Bring Sample Code into master (#10880)
* Sample code stub (#9887)

* WD tests

* WD sample code (#9918)

* WebdriverIO sample code (#10166)

* Ruby sample code (#10331)

* PHP Sample Code (#10209)

* Basic Android java test

* Java sample code (#10427)

* Sample code (#10834)

* Sample code stub (#9887)

* WD tests

* WD sample code (#9918)

* WebdriverIO sample code (#10166)

* Ruby sample code (#10331)

* PHP Sample Code (#10209)

* Basic Android java test

* Java sample code (#10427)

* fixed WDIO test

* Update .npmignore
2018-06-15 08:23:42 -04:00
Dan Graham
36cc935fc5 Revert "Create session and basic interactions samples (#9907)" (#9915)
This reverts commit 061e264800.
2018-01-04 13:52:30 -08:00
Dan Graham
061e264800 Create session and basic interactions samples (#9907)
* Add apps; add create session test
* Android create session tests
* iOS basic interactions test
* Basic web session tests (iOS and Android)
2018-01-04 13:48:24 -08:00
Jonathan Lipps
25efe37e38 remove actual sample app code
this is in a different commit so previous commit can be examined separately
2014-08-12 18:00:21 -07:00
Jonathan Lipps
0483952a0e move sample code and apps out of main repo
and add a grunt task that brings them in for use in dev
2014-08-12 17:58:42 -07:00
bootstraponline
deb302b992 Restore sample-code apps 2014-08-11 15:46:41 -04:00
bootstraponline
ae67c38bc4 Move sample code to https://github.com/appium/sample-code 2014-08-09 19:45:16 -04:00
Isaac Murchie
54868eb21a Fix tests for real device 2014-08-04 18:09:55 -07:00
bootstraponline
a2e0fca11a Fix cucumber 404 2014-07-28 20:00:54 -04:00
Jonathan Lipps
4aa7532c62 Merge pull request #3127 from Erolstt/master
added robot framework contact example
2014-07-14 15:43:14 -07:00
Erol Selitektay
e717690e63 added robot framework contact example
robot framework contact example for android added
2014-07-13 13:43:12 +03:00
sebv
1b69662ff6 added element conversion examples 2014-07-04 02:57:37 +08:00
Isaac Murchie
277cc8ee60 Fix webview name in node Android sample 2014-07-03 09:49:59 -07:00
sebv
10250698b0 added protractor bridge example 2014-07-03 22:26:27 +08:00
sebv
d4416339d8 node sample fix 2014-07-03 21:44:01 +08:00
sebv
36160df4e1 added selenium-webdriver bridge sample 2014-07-03 21:27:28 +08:00
Jonathan Lipps
90f1a0ede9 update selendroid-simple test so it passes 2014-07-02 11:34:31 -07:00