yann-combarnous / cypress-cucumber-ts-baseurl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo aims at reproducing the issue of getting Cypress + Cucumber plugin to work with Typescript baseUrl.

import {findStr} from 'utils/string';

this is not recognized by cucumber preprocessor, but works if using Cypress without cucumber.

To reproduce the issue, run "yarn cypress" and then select the "test.feature" file.

Error is:

Error: Can't walk dependency graph: Cannot find module 'utils/string' from 'cypress-cucumber-ts-baseurl/cypress/integration/test/test.steps.ts'

About


Languages

Language:JavaScript 49.9%Language:HTML 29.2%Language:TypeScript 17.2%Language:Gherkin 2.6%Language:CSS 1.1%