mirror of
https://github.com/appium/appium.git
synced 2026-02-21 02:39:30 -06:00
- appium@2.0.1 - @appium/base-driver@9.3.16 - @appium/base-plugin@2.2.16 - @appium/doctor@2.0.22 - @appium/docutils@0.4.5 - @appium/driver-test-support@0.4.11 - @appium/execute-driver-plugin@3.0.15 - @appium/fake-plugin@3.1.20 - @appium/plugin-test-support@0.3.19 - @appium/support@4.1.3 - @appium/test-support@3.0.21
@appium/docutils
Documentation-building utilities for Appium
Prerequisites
- Node.js in the semantic version range
^14.17.0 || ^16.13.0 || >=18.0.0 - Python v3+ if building HTML documentation
Running for Main Appium Docs
This package does not need to be run directly. Instead, execute this command in the packages/appium folder of this monorepo:
npm run dev:docs:en
See the scripts field of the package.json for other languages.
Using in Appium Extensions
TODO: give an example of how this package is used in an extension outside the appium monorepo, for example when it's made a part of the XCUITest repo. Or link to the part of the Appium docs where this info will live.