@uuv/runner-commons
Version:
A common lib for uuv
16 lines (15 loc) • 606 B
TypeScript
/**
* Software Name : UUV
*
* SPDX-License-Identifier: MIT
*
* This software is distributed under the MIT License,
* see the "LICENSE" file for more details
*
* Authors: NJAKO MOLOM Louis Fredice & SERVICAL Stanley
* Software description: Make test writing fast, understandable by any human
* understanding English or French.
*/
import { TEST_RUNNER_ENUM } from "./common";
export declare function generateStepDefinitionForWebRunner(baseDir: string, runner: TEST_RUNNER_ENUM): void;
export declare function generateStepDefinitionForMobileRunner(baseDir: string, runner: TEST_RUNNER_ENUM): void;