UNPKG

@dhlab/e2e-autogen

Version:

Google 스프레드시트 기반 시나리오를 Playwright 테스트 스텁 코드로 자동 생성하고, 테스트 실행 결과를 다시 시트에 업데이트하는 CLI 도구

8 lines (7 loc) 377 B
Object.defineProperty(exports, "__esModule", { value: true }); exports.test = void 0; const test_1 = require("@playwright/test"); const manual_fixture_1 = require("./manual-fixture"); const msw_scenario_fixture_1 = require("./msw-scenario-fixture"); const test = (0, test_1.mergeTests)(msw_scenario_fixture_1.mswScenarioTest, manual_fixture_1.manualTest); exports.test = test;