@wdio/static-server-service
Version:
A WebdriverIO service that can serve your static websites
13 lines • 398 B
TypeScript
import StaticServerLauncher from './launcher.js';
import type { StaticServerOptions } from './types.js';
export default class StaticServerService {
}
export declare const launcher: typeof StaticServerLauncher;
export * from './types.js';
declare global {
namespace WebdriverIO {
interface ServiceOption extends StaticServerOptions {
}
}
}
//# sourceMappingURL=index.d.ts.map