Commit Graph

1161 Commits

Author SHA1 Message Date
Kazuaki Matsuo
ce219fba33 docs: update a few more in payout.md
Added examples for contribution types and payment details.
2025-10-31 00:09:18 -07:00
Kazuaki Matsuo
1796cbe737 docs: update payout steps by following the new Web UI design 2025-10-30 23:54:45 -07:00
Edgars Eglītis
46a2b70f65 docs: update various miscellaneous documents for Appium 3 (#21495)
* docs: update miscellaneous docs for Appium 3

* docs: update more docs

* docs: linebreak
2025-08-19 23:36:35 +03:00
Mykola Mokhnach
942bf73b37 chore: Bump latest changes from master (#21304) 2025-05-31 22:21:45 +02:00
Kazuaki Matsuo
c2ccc80438 docs: add submit expense capture img in payout.md 2024-09-17 23:07:39 -07:00
Kazuaki Matsuo
c70faded35 docs: add forum example 2024-09-13 20:33:11 -07:00
Kazuaki Matsuo
62be085f95 docs: about payout (#20563)
* docs: about payout

* Update payout.md
2024-09-12 10:27:13 -07:00
Jonathan Lipps
fd57ff03a4 docs(appium): actually fix link to new docs 2022-08-03 13:13:14 -07:00
Jonathan Lipps
167fdb18f7 docs(appium): fix link to new docs in old docs dir 2022-08-03 13:12:48 -07:00
Jonathan Lipps
b55405cac0 docs(appium): delete old 1.x docs in favour of a ref to the 1.x branch (#17204) 2022-07-14 14:22:16 -07:00
Jonathan Lipps
2ebf3a18bd docs(appium): add building drivers doc (resolves #16788) 2022-06-15 08:58:31 -07:00
Christopher Hiller
133db5355f chore: reformat everything
this reformats all `.js`, `.ts`, and `.d.ts` files.
2022-05-09 19:09:50 -07:00
Kazuaki Matsuo
edaa8084dd docs: remove ios-webkit-debug stuff 2022-04-19 12:03:36 -07:00
Jonathan Lipps
e236f0580a docs(appium): move event timings doc to appium 2 docs (resolves #16807) 2022-04-19 11:06:19 -07:00
Jonathan Lipps
a85050d544 docs(appium): migrate a bunch of docs out to drivers, and remove autogenerated command docs 2022-04-18 10:55:24 -07:00
Kazuaki Matsuo
4235f27445 docs(appium): merge from master (#16672) 2022-04-04 15:20:18 -07:00
Christopher Hiller
8c3d9ec347 docs: add migration information for nodeconfig, allow-insecure and deny-insecure
Closes #16593
2022-03-30 14:43:47 -07:00
Kazuaki Matsuo
eb378bf47e docs: update clipboard description from the master branch (#16559) 2022-03-11 16:44:23 +09:00
Kazuaki Matsuo
9e41fc210e docs: update drivers (#16522)
* docs: update drivers

* use table

* merge the table

* merge the table

* simplify

* Apply suggestions from code review

Co-authored-by: Jonathan Lipps <jlipps@gmail.com>

Co-authored-by: Jonathan Lipps <jlipps@gmail.com>
2022-03-08 12:56:27 +09:00
Kazuaki Matsuo
ad08384e53 docs: merge docs from 1 to 2 (#16505)
* docs: merge docs from 1 to 2

* revert 2.0 docs

* update

* update from current master

* remove duplications

* tweak a bit

* Apply suggestions from code review

Co-authored-by: Christopher Hiller <boneskull@boneskull.com>

* Update docs/README.md

Co-authored-by: Christopher Hiller <boneskull@boneskull.com>

* Update docs/en/about-appium/getting-started.md

Co-authored-by: Christopher Hiller <boneskull@boneskull.com>

* Update docs/README.md

Co-authored-by: Christopher Hiller <boneskull@boneskull.com>

* Update docs/README.md

Co-authored-by: Christopher Hiller <boneskull@boneskull.com>

Co-authored-by: Christopher Hiller <boneskull@boneskull.com>
2022-03-04 16:22:44 +09:00
Jonathan Lipps
0e7b19aabe chore!(base-driver): remove support for execute driver script since it will be a plugin moving forward 2021-11-23 09:54:19 -08:00
Christopher Hiller
aa69388c7a feat(appium): support for deprecated arguments
This PR adds the `appiumDeprecated` keyword which can be used to mark an argument as deprecated in the `--help` text.

In addition:

- fix a bug where `--help` would cause Appium to exit with a nonzero exit code (it would essentially `throw undefined`)
- remove unused `lib/cli/argparse-actions` and stuff that used it, since that stuff was also unused
- implement `appiumCliIgnore`, though it's not actually being used atm.
- extract helpers for running `appium` into `test/cli/cli-helpers.js`
2021-11-18 12:22:15 -08:00
Kazuaki Matsuo
3f7bed69fd docs: add environment about APPIUM_PREFER_SYSTEM_UNZIP (#16119) 2021-11-18 09:59:45 -08:00
Jonathan Lipps
00f578dedb docs(appium): --plugins is now --use-plugins 2021-11-17 10:38:04 -08:00
Jonathan Lipps
7fa14c2082 docs(appium): note change in chromedriver install args for appium 2 2021-11-16 11:56:18 -08:00
Christopher Hiller
7052bd2f07 chore(appium): rename package.json config prop to appiumConfig
- update `configuration-system.md` docs to reflect this and a bunch of other things while I was in there
2021-11-12 14:17:59 -08:00
Christopher Hiller
4f2d424971 docs(appium): add configuration system technical overview 2021-11-09 11:57:26 -08:00
Christopher Hiller
94b727eaf1 docs: update migration guide to reflect changes to configuration files, arguments, etc.
- add a JS example config file
2021-11-09 11:57:26 -08:00
Kazuaki Matsuo
0d1d3f2b66 chore(appium): apply command yml and ja resource in 1.x to 2.0 (#15881)
* chore: apply command yml and ja resource in 1.x to 2.0

* update commands

* tweak

* tweak

* remove appium prefix

* tweak toc

* tweak positions
2021-09-24 01:23:49 +09:00
Jonathan Lipps
ff3bb4f4b5 feat(appium): add env var to trigger reloading of extensions
this is useful during driver/plugin development, so the appium server does not always
need to be restarted, at least not when extensions are created on new sessions
2021-09-15 11:40:07 -07:00
Jonathan Lipps
726cfdbdfa docs(appium): add extra note to --allow-cors to explain relationship to inspector 2021-09-10 10:35:56 -07:00
Jonathan Lipps
050d099e87 feat!(appium): support driver-specific args via --driver-args
Co-authored-by: Ayan Khan <ayan@headspin.io>
2021-09-10 10:35:56 -07:00
youngfreeFJS
61661f100e doc:cn add driver-cli.md and modify toc.js 2021-09-02 09:32:59 -07:00
youngfreeFJS
d397de983a add doc:cn migrating to appium 2.0 2021-09-02 09:32:59 -07:00
Jonathan Lipps
ab68a70856 docs(appium): add recommendations for service/cloud providers in 2.0 migration doc 2021-08-23 11:34:55 -07:00
Jonathan Lipps
b671d0cef3 docs(appium): add FAQ to 1.x EOL plan 2021-08-19 14:05:44 -07:00
Jonathan Lipps
5c962965e4 docs(appium): add note about appium:options to 2.0 migration doc 2021-08-19 13:38:28 -07:00
Jonathan Lipps
c5bcd82263 docs(appium): add 2.x migration doc with all current known breaking changes 2021-08-16 12:59:23 -07:00
Jonathan Lipps
7f8e62e983 docs(appium): update appium 1.x eol doc 2021-08-16 12:59:23 -07:00
Mykola Mokhnach
8fa1cee8af docs(appium): create Appium 1 EOL plan 2021-08-16 12:59:23 -07:00
Christopher Hiller
cfb1401d0f docs(contributing): add new release/publishing instructions; closes #15432 2021-08-13 12:40:17 -07:00
Ayan Khan
d3c11e364d feat(appium): Add driver and plugin server arg injection feature (#15388)
* feat: add ability for drivers and plugins to recieve cli args

* chore: fix typo

* fix: make changes based on feedback

* feat: remove driver-specific server args from appium

* fix: resolve merge conflict

* fix: make changes based on feedback

* feat: add support for driver cli args in base driver

* feat: add support for testing driver args in fake-driver

* refactor: remove support for -custom locator strategy(should be handled by plugins instead)

* fix: makes changes based on feedback

* fix: remove outdated/unused args

* fix: fix docs

* fix: make changes based on feedback

* fix: make changes based on feedback

* fix: make changes based on feedback

* fix: make changes based on feedback

* fix: make tests pass

* test: tests are passing locally but not in CI, try something different to get them to pass

* test: try uninstalling fake-driver and reinstalling fake driver from packages

* fix: revert driver-e2e-specs.js and update node.js.yml

* fix: update package.json

* fix: add special case to npm

* fix: add todo

* fix: how relative paths are resolved in linkPackage
2021-07-15 13:41:50 -07:00
Kazuaki Matsuo
77bf18def6 docs: update docs in get log types and get clipboard (#15583)
* docs: improve get-log-types

* docs: add description in get clipboard for ios

* copy in to md
2021-06-28 13:35:55 +09:00
youngfree
fbe864f746 docs(appium): doc/cn drivers doc for appium 2.0 (#15568) 2021-06-24 08:55:33 -07:00
Christopher Hiller
f190f0e400 docs: fix required npm version number 2021-05-20 12:45:34 -07:00
Christopher Hiller
6f8b9becae docs: whitespace 2021-05-20 12:44:19 -07:00
Christopher Hiller
4a203fa876 chore: add appium-support to repo
- add `npm start` script to run appium server
- add `npm run doctor` convenience script to run doctor
- renamed `clean` script to `reinstall`
- added new `clean` script to just clean
- updated the "appium from source" doc
2021-05-17 14:17:46 -07:00
Jonathan Lipps
c188a3e2ab docs: redirect image docs to the image plugin site 2021-01-19 16:30:43 -08: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
Kazuaki Matsuo
f877df6fb5 chore: merge master into 2.0 and added mac2 in lib/drivers.js (#14928)
* 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)

* add appium-mac2-driver

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>
2020-12-04 08:44:34 +09:00