Files
appium/packages/types
Jonathan Lipps a917ec6ced feat(appium): allow drivers to define their own bidi commands (#20828)
* feat: allow drivers to define their own bidi commands

* docs(appium): add docs about adding custom bidi commands in drivers
2024-12-10 12:02:23 +09:00
..
2022-05-09 19:09:50 -07:00
2024-12-05 12:22:35 -08:00
2024-12-05 12:22:35 -08:00

@appium/types

A collection of TypeScript type declarations used across various Appium packages.

Warning

This is a work-in-progress; expect breaking changes!

Install

npm install @appium/types -D

Note

  • The sources are .ts files, not .d.ts files. This allows other packages in the root TypeScript "project" to define a dependency upon this one, and enables incremental builds an "watch" mode.
  • If there is a way to switch to .d.ts files and configure this package to work in our "project" context without needing to actually "emit" anything, then we should do that instead. Help accepted!
  • lib/appium-config.ts is generated by this package from @appium/schema, but is under version control to avoid chicken-or-egg build problems.

License

Apache-2.0