| Linux webm001.cluster123.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 Path : /home/lapjouc/www/wp-content/plugins/matomo/ |
| Current File : /home/lapjouc/www/wp-content/plugins/matomo/wdio.conf.uninstall.ts |
// wdio config for e2e tests that uninstall matomo
import { config as baseConfig } from './wdio.conf.js';
export const config = {
...baseConfig,
maxInstances: 1,
specs: [
// in a separate folder so we can ensure it is run after the others
'./tests/e2e-uninstall/*.e2e.ts',
],
exclude: [],
onPrepare: null,
};