Commit 045f205
authored
feat!: Migrate the package to ESM (#2914)
BREAKING CHANGE: Consumers using require('appium-xcuitest-driver') must switch to import/dynamic import() — the package no longer ships a CommonJS entry point.
BREAKING CHANGE: start is no longer callable as driver.start(...).
BREAKING CHANGE: stop is no longer callable as driver.stop(...).
BREAKING CHANGE: runReset is no longer callable as driver.runReset(...).
BREAKING CHANGE: configureApp is no longer callable as driver.configureApp(...).
BREAKING CHANGE: determineDevice is no longer callable as driver.determineDevice(...).
BREAKING CHANGE: setInitialOrientation is no longer callable as driver.setInitialOrientation(...).
BREAKING CHANGE: resetIos is no longer callable as driver.resetIos(...).
BREAKING CHANGE: mergeCliArgsToOpts is no longer callable as driver.mergeCliArgsToOpts(...).
BREAKING CHANGE: handleMjpegOptions is no longer callable as driver.handleMjpegOptions(...).
BREAKING CHANGE: allocateMjpegServerPort is no longer callable as driver.allocateMjpegServerPort(...).
BREAKING CHANGE: getDefaultUrl is no longer callable as driver.getDefaultUrl(...).
BREAKING CHANGE: onSettingsUpdate is no longer callable as driver.onSettingsUpdate(...).
BREAKING CHANGE: isXcodebuildNeeded is no longer callable as driver.isXcodebuildNeeded(...).
BREAKING CHANGE: createSim has been removed; it was already deprecated.
BREAKING CHANGE: startWdaSession is no longer callable as driver.startWdaSession(...).
BREAKING CHANGE: installAUT is no longer callable as driver.installAUT(...).
BREAKING CHANGE: installOtherApps is no longer callable as driver.installOtherApps(...).1 parent 31fb239 commit 045f205
178 files changed
Lines changed: 1557 additions & 1468 deletions
File tree
- .github/workflows
- lib
- commands
- bidi
- helpers
- wda
- css
- device
- log
- remote-xpc
- doctor
- utils
- test
- functional
- basic
- device
- driver
- helpers
- guinea-pig
- long
- tv
- web
- helpers
- unit
- commands
- device
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | 95 | | |
97 | 96 | | |
98 | | - | |
99 | 97 | | |
100 | 98 | | |
101 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments