mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-24 21:40:48 +02:00
* 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]
11 lines
362 B
TypeScript
11 lines
362 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 iOS simulator, through
|
|
// Appium's XCUITest driver. See wdio.mobile.ts.
|
|
|
|
import { mobileConfig } from './wdio.mobile.js'
|
|
|
|
export const config = mobileConfig('ios')
|