Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/appium/appium

Cross-platform automation framework for all kinds of apps, built on top of the W3C WebDriver protocol
https://github.com/appium/appium

chore: publish

- [email protected]
- @appium/[email protected]
- @appium/[email protected]
- @appium/doc...

872b924a97c13142bdb8bf4218a4db324f309ce4 authored almost 2 years ago
docs: Fix plugins link

fix broken officially-supported plugins link

0e164ba03de9579816011a2c27f9ab9f569d1e0e authored almost 2 years ago
fix(support): remove all logging from env module

Currently there is no way to specify a log level when running extension commands (e.g., `appium d...

2359a2ba3b738b5c5f74807fb14260789cc6e4ba authored almost 2 years ago
fix(execute-driver-plugin): update dependency webdriverio to v7.30.2

49694f50a4680138cc92aba1eee294c927d712cf authored almost 2 years ago
chore(deps): update dependency json-schema-to-typescript to v12

a2cfb832add95eff9f02c46df7123998ec0c9344 authored almost 2 years ago
chore(docutils): fix start script

b159780fd68b75466077000afca7f8a80bcc3335 authored almost 2 years ago
feat(docutils): add --upgrade flag to init

users can run `appium-docs init --upgrade` to upgrade python deps (e.g., mkdocs, mkdocs-material)

4cfad004dbdff4ae04ed7c87f23a3c9e913e4d4e authored almost 2 years ago
chore(deps): update dependency eslint-config-prettier to v8.7.0

e2f7dd7154a0737d2bfa7cb660cc3ff5ca1d9a81 authored almost 2 years ago
fix(appium,fake-driver): expose child process when running an extension script

This change makes it so when running an extension script (e.g., `appium driver foo run some-scrip...

e9dae3f6d006dcf89b6c0b6fb491be15acfed98b authored almost 2 years ago
chore(eslint-config-appium): fix broken keywords

b7d86c0d04e08195b4ecce1496429253e2397255 authored almost 2 years ago
chore: lint all the typescript

58b4790b1d280d60dfcafafe122c9527d2a2d6a5 authored almost 2 years ago
docs(eslint-config-appium): update some stuff in README.md

63eddb670f7119cf540656add8bb4f18967cb54f authored almost 2 years ago
feat(eslint-config-appium-ts): create new pkg @appium/eslint-config-appium-ts

This adds a new package which consumers having TS sources can use. This does not affect current...

dfe02ca98c73c0cf9863a7c7441d6a1a5d37ac33 authored almost 2 years ago
chore(docutils): update dependency mkdocs-material to v9.1.1

10e6815a39024076591a3b4900bd3fcc2ca7fe38 authored almost 2 years ago
fix(typedoc-plugin-appium): replace void responses with 'null'

The main thrust of this was to resolve #18269.

Implementation-wise, we have to modify an `Intri...

cd76622aa9931eed058d32f0d3c51327ac43f15c authored almost 2 years ago
chore: add auto-labeler workflow

This will automatically label PRs. We can update it to further automatically label issues at a la...

296cb2436cc62e3f73dccf4bcef2bb4aaa2be893 authored almost 2 years ago
fix(images-plugin): update dependency lru-cache to v7.18.3

01bff49297ca5a1c92259f1f8f11f5944ef15e4d authored almost 2 years ago
fix(images-plugin): update dependency lru-cache to v7.18.2

48c331157f74b238a3fc8dc92775d0af3f9f3134 authored almost 2 years ago
docs(appium): update migration guide in Japanese (#18297)

* docs(appium): update migration gude in js

* Update migrating-1-to-2.md

9f8daf385bd75f14444cde5c55f0baefd05c2797 authored almost 2 years ago
chore(deps): update dependency @types/node to v18.14.6

7bae977ca98c7e9f5133a852bab8287a1bbabb39 authored almost 2 years ago
fix(docutils): update dependency lilconfig to v2.1.0

4ed745a95ffc6a43f76003eba62019c16a4c6cf2 authored almost 2 years ago
fix(support): update dependency pngjs to v7

85e4bd892548343db7d4f7ed82b275dd296c748e authored almost 2 years ago
feat(docutils): better path validation

This adds up-front checking of user-provided custom paths to avoid doing a bunch of work and the...

b30b2cfb84b0f208d932d60082847d0d7323e108 authored almost 2 years ago
chore(docutils): review updates

- Use `util.pluralize()` from `@appium/support` instead of `pluralize` directly
- Write some more...

cce27fcf884d63ec88bfe8b7dc8b5a47ddba6984 authored almost 2 years ago
fix(appium,support): fs.readPackageJsonFrom() returns proper type

This function always returns a `NormalizedPackageJson`, so let's be explicit about that.

9ccbab5dc02d0019b0cad903772cda872d9fd5fb authored almost 2 years ago
chore(appium): skip auto-install of extensions if monorepo detected

760bb5b8f3e571a99a60b3f80033de8ecaafed35 authored almost 2 years ago
chore(deps): update dependency @types/node to v18.14.5

cb14faae33970370ebef0b1f0dbca41bd9dd756d authored almost 2 years ago
fix(support): Improve error description on image load (#18284)

Co-authored-by: Christopher Hiller <[email protected]>

2a6a13ac89f9731b85670b8528e6c1fc3fafd680 authored almost 2 years ago
chore: build must pass on local npm install

504415d0cd3d8a6378c498b7fb29121e0a6a3602 authored almost 2 years ago
chore: add prepack script

sometimes (when?) the smoke tests can pack the workspaces before they have actually been built, w...

75defa7b487ce26f908c16a96b8d09ecb5ca4897 authored almost 2 years ago
chore: fix dupe in clean script

4b43af07092e02efdf7bd399f689cabe67430c30 authored almost 2 years ago
fix(base-driver): use new mixin strategy

also fix a broken type in fake-driver

be8662759586bb3c24c7635b60ed8c574f5e2fd4 authored almost 2 years ago
fix(base-driver): remove needless static prop breaking the build

1b70551055444cad97144e539da7be872b9f70f8 authored almost 2 years ago
chore(opencv): increase timeout for unit test

this can take awhile when exercising many cores

080eb8aa1b356974ce738c1ac6586819d2fd179d authored almost 2 years ago
fix(types): callback to implicitWaitForCondition accepts args

5684c4e2860d7f7043c6252f1e447a653b49955a authored almost 2 years ago
chore(base-plugin): better type handling in `executeMethod`

45b026de675d6207a879416d91713c8ff89539f0 authored almost 2 years ago
chore(driver-test-support): fix broken types in some e2e tests

843b797750f6ea290a57b62c60bc41cca416149e authored almost 2 years ago
chore(appium): InnerDriver is actually an ExternalDriver

While `findMatchingDriver()` returns a `MatchedDriver`--which is a wrapper around `DriverClass`-...

d262271b2663fa3768ed85e53b6cec60dbf52bec authored almost 2 years ago
fix(fake-driver): fix a broken type

b4c1403c22c4ffd7a4358f2473917c33f8c0049e authored almost 2 years ago
fix(types): type fixes & improvements

moved method-map/execute-method-map-related stuff into its own file, and made the types more exp...

e2aa3d3b32235072c99647c3a0bad5adc1965b22 authored almost 2 years ago
chore: add dummy test script

b151e4c9bf29f07c36098ec1602c4ab2e8f08c4a authored almost 2 years ago
fix(docutils): use material theme

189e39d03c16551272d6c489aedc0d9fbb08a3a9 authored almost 2 years ago
chore(deps): update dependency @types/node to v18.14.4

694f9c6a63dcd31ae81131b3acf55e8550354ac6 authored almost 2 years ago
feat(docutils): allow "%s" as version number in commit msg arg

f80f4cb2bca40347913a6ce39e3de58b485492a8 authored almost 2 years ago
chore: Remove obsolete jpeg-js version override (#18278)

908041c5255b9b754e60767a6680414bfd78fdf2 authored almost 2 years ago
chore(docutils): remove monkeypatching of typedoc

18c0b4b2300dfb40c999cc9615b7749c79846082 authored almost 2 years ago
docs: Update install driver from github command

4e2423d0f0b99ae75002e9b1f47dc59685a9f322 authored almost 2 years ago
fix(images-plugin): update dependency lru-cache to v7.18.1

ed1d3aae61539bc136b3f266911331387397b88a authored almost 2 years ago
fix(images-plugin): update dependency lru-cache to v7.17.2

d1d5ecef87e70afea6d9d59f69cae465460e930b authored almost 2 years ago
docs: update Copyright in LCIENSE

from JS foundation to openjs foundation

b88f6e3e8684a449f204e4505b99323ef91ed99d authored almost 2 years ago
fix(types): update dependency type-fest to v3.6.1

471a4b57e622ff077d59f577a78341268700c48d authored almost 2 years ago
chore(fake-driver): avoid public class field assignment

This changes the `fake-driver` implementation to use declaration merging instead of other altern...

feebf72eb46a992cf150e615b684f0d15195cd9b authored almost 2 years ago
chore(types,base-driver): move/remove generics and constraints in Driver

These types were "wrong" in that it is exceedingly difficult to successfully implement `getLog()...

0f196bad4a88ad74285968e42f4f2255f04f84dc authored almost 2 years ago
fix(docutils): update dependency typedoc to v0.23.26

431092dc87c3146bfd3cd274ae5c279b7582ff55 authored almost 2 years ago
chore(docutils): update dependency mkdocs-material to v9.0.15

935c70683ff5506fa296fccf9916b2053009ecaf authored almost 2 years ago
chore(deps): update dependency @types/node to v18.14.2

f8099dafa7e9509ce3becaf0a93e84d6129af9b6 authored almost 2 years ago
docs: update readme (#18251)

* docs: update readme

* Update README.md

25c9728f07cbdb37142561af75995b6fb335b8bb authored almost 2 years ago
chore(deps): update dependency eslint to v8.35.0

ba6b31224441a3ba6655f69ffd5425b809191d28 authored almost 2 years ago
fix(support): update dependency jimp to v0.22.7

188ed161e4156aab4381b27fcb6f6d1fccbc0e73 authored almost 2 years ago
fix(support): update dependency @types/glob to v8.1.0

96898c87d52444185988ff0ccbac1e109104d7bb authored almost 2 years ago
chore: publish

- [email protected]
- @appium/[email protected]
- @appium/[email protected]
- @appium/doc...

7b4935632222123a4fa7422461f6312f1f0dfbe4 authored almost 2 years ago
chore(docutils): update dependency mkdocs-material to v9.0.14

bfc313496877b1b45feb297893a496876ea9992e authored almost 2 years ago
chore(deps): update dependency @types/node to v18.14.1

dbaf8d4cae937389c44b3e8c6bf3265ae6668b84 authored almost 2 years ago
fix(images-plugin): update dependency lru-cache to v7.17.0

eb73be8303c517dbaa965ae99bac3381522d939a authored almost 2 years ago
fix(support): update dependency jimp to v0.22.5

998514fccee0b1a7381b810280cbc30558c3c282 authored almost 2 years ago
fix(support): update dependency axios to v1.3.4

49f157d63e3bdbd205527a5dc8f997df68540546 authored almost 2 years ago
chore(deps): update dependency json-schema-to-typescript to v11.0.5

43b115bb3da9cfc888cc517e3842b0db178d67f5 authored almost 2 years ago
chore(universal-xml-plugin): remove dead code; typecheck all js sources

6be7488eefc2f2647114b8816f1dc711034c1994 authored almost 2 years ago
chore(appium): avoid public class field assignment

This changes `AppiumDriver` to avoid assignment to class properties, and changes the properties ...

56cf504a2b3bf46d6ba75f86f5e83b0db4642e9b authored almost 2 years ago
feat(types): add orientation type; add optional ELEMENT prop of Element

ab5b285714a804a3a665723e893b82bd93e25854 authored almost 2 years ago
chore(base-driver): avoid public class field assignment

this should avert potential future bugs when drivers attempt to override these properties

2ebb16b077908ae506ce4f5afe46c1c6e3e44279 authored almost 2 years ago
chore(fake-plugin): avoid public class field assignment

c321441451f04b3019681e4b7b37d098414cceeb authored almost 2 years ago
docs: add more account in Project Committers (#18236)

* docs: add more

8dc47ae9227f59b5d0340a84149f96657a1aa80b authored almost 2 years ago
fix(support): update dependency @types/uuid to v9.0.1

91831cf82da943726d04e9f38a3b63c9304fb20e authored almost 2 years ago
fix(images-plugin): update dependency lru-cache to v7.16.2

4b10322b80e0032dd4585ac7766edd1ddf798139 authored almost 2 years ago
fix(docutils): update dependency yargs to v17.7.1

2602016eb38c73d2d9a40f94e95277faf2444305 authored almost 2 years ago
fix(base-driver): update dependency body-parser to v1.20.2

1cb01a5e85e7aee54ce1edc751e104138852d59a authored almost 2 years ago
docs: update governance (#18222)

e78448dc65f3a9aa82c82c79a48ee670a9519219 authored almost 2 years ago
chore(typedoc-plugin-appium): add a fallback logger

due to the architecture of TypeDoc, it is not straightforward for a random module in a plugin to ...

34e0b709825d43f5d43e0ff7cf4044e5d2d8b64a authored almost 2 years ago
feat(typedoc-plugin-appium): extract descriptions of return values from builtins

If a command is not documented with a `@returns` tag, but a builtin method _does_ have this tag ...

ebe9477a3c56afd60c30c4591436c4ec68119f2a authored almost 2 years ago
chore(docutils): smol type upgrade

`type-fest`@3.6.0 has a `TsConfigJson` type which no longer contains `unknown` (courtesy of yours...

3b82c9f1a1c7f559215effeca11386c56892fb05 authored almost 2 years ago
chore(deps): update dependency json-schema-to-typescript to v11.0.4

a9476a67ff7aa9ce8a66e3cd7885fbfab34fb9d0 authored almost 2 years ago
chore(deps): update dependency @types/node to v18.14.0

24ad9f87419c5245c90142ea41ec9d850ca04f36 authored almost 2 years ago
chore(docutils): update dependency mkdocs-material to v9.0.13

639d4756271ced40c51e187a4988237bd9f9a139 authored almost 2 years ago
fix(images-plugin): update dependency lru-cache to v7.16.1

2fa6bf1e11e66ba8256d0641e345359bd108bc7d authored almost 2 years ago
chore(deps): update commitlint monorepo to v17.4.4

d3dc9ce733a48a5dbf46838f61d8dd8362d81b31 authored almost 2 years ago
fix(types): update dependency type-fest to v3.6.0

08a6f3a308c7ee162e992629888557b31e50a26e authored almost 2 years ago
fix(types): base cap webSocketUrl is now a boolean instead of a string.

note that it is a string in the server response, but it is expected to be a boolean in the reque...

24fb515a52349058a8c9b69eafa531876880dffd authored almost 2 years ago
feat(driver-test-support): add startStoppableAppium()

This adds a function `startStoppableAppium()` which starts an Appium server (via its `main()` en...

893bd888cf4e7b43e07c83e8ce71d71a30a8428e authored almost 2 years ago
fix(images-plugin): update dependency lru-cache to v7.16.0

d54901a9c3982dd5595ffd54010e5029b60c4754 authored almost 2 years ago
fix(docutils): update dependency yargs to v17.7.0

70d65b7d6230dd415f26aaba6d097a3cbe876b47 authored almost 2 years ago
chore(deps): update dependency rewiremock to v3.14.5

33442bd61b71795460ee0e919c9cd426fb6251e2 authored almost 2 years ago
fix(images-plugin): update dependency lru-cache to v7.15.0

4cf8dbc0d34769e3167bceed65facabe71b9cbde authored almost 2 years ago
chore: cleanup root tsconfig.json

d171219938429b07ddb3ecc1cde3ef7010327d85 authored almost 2 years ago
chore: clean:distfiles script now blasts everything

04633e3e6d4d7629dfc69070581e401228aad344 authored almost 2 years ago
fix(schema): move output files due to tsc's confusion

It seemed to think I wanted to overwrite the root `index.js` file, and I don't know why. It does...

943dce5eec4c047073ef9dfcb97da9ccd6be9459 authored almost 2 years ago
fix: update axios to v1.3.3

because renovate cannot seem to do it

8f9de63e4a622712db545ab63f9f4ce6654e4a91 authored almost 2 years ago
fix(base-driver): fix type problem w/r/t axios headers

61a0275e29e7a705785282415fd670a3ad617f18 authored almost 2 years ago
chore(ci): add cache cleanup workflow on PR close

I noticed we were filling up our allotted cache space. Reading about it, I found this example t...

90c0d36f2a90ba465fb327948370f8028f6ee93e authored almost 2 years ago
chore: force http-cache-semantics to v4.1.1

for https://github.com/advisories/GHSA-rc47-6667-2j5j

this override should be removed when upgra...

988c0888730add97ee504d34d752c847f01ae814 authored almost 2 years ago