Files
tauri-plugins-workspace/packages/api-e2e/wdio.android.conf.ts
T
Lucas Fernandes Nogueira 684feb2510 feat(tests): add api e2e tests (#3617)
* feat(tests): add api e2e tests

* lockfile

* mobile

* try linux fix [skip ci]

* ios fix

* fix test on windows

* improve cache

* fix pnpm audit [skip ci]
2026-09-22 18:58:14 -03:00

11 lines
383 B
TypeScript

// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
// Plugins e2e suite against the examples/api app on an Android device or
// emulator, through Appium's UiAutomator2 driver. See wdio.mobile.ts.
import { mobileConfig } from './wdio.mobile.js'
export const config = mobileConfig('android')