UNPKG

@badeball/cypress-cucumber-preprocessor

Version:

[![Build status](https://github.com/badeball/cypress-cucumber-preprocessor/actions/workflows/build.yml/badge.svg)](https://github.com/badeball/cypress-cucumber-preprocessor/actions/workflows/build.yml) [![Npm package weekly downloads](https://badgen.net/n

10 lines (9 loc) 805 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TASK_CREATE_STRING_ATTACHMENT = exports.TASK_TEST_STEP_FINISHED = exports.TASK_TEST_STEP_STARTED = exports.TASK_TEST_CASE_FINISHED = exports.TASK_TEST_CASE_STARTED = exports.TASK_SPEC_ENVELOPES = void 0; exports.TASK_SPEC_ENVELOPES = "cypress-cucumber-preprocessor:spec-envelopes"; exports.TASK_TEST_CASE_STARTED = "cypress-cucumber-preprocessor:test-case-started"; exports.TASK_TEST_CASE_FINISHED = "cypress-cucumber-preprocessor:test-case-finished"; exports.TASK_TEST_STEP_STARTED = "cypress-cucumber-preprocessor:test-step-started"; exports.TASK_TEST_STEP_FINISHED = "cypress-cucumber-preprocessor:test-step-finished"; exports.TASK_CREATE_STRING_ATTACHMENT = "cypress-cucumber-preprocessor:create-string-attachment";