Skip to content

Instantly share code, notes, and snippets.

@mainfraame
Last active November 2, 2020 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mainfraame/2f19b50c73d72195bb3b0e317ebd2994 to your computer and use it in GitHub Desktop.
Save mainfraame/2f19b50c73d72195bb3b0e317ebd2994 to your computer and use it in GitHub Desktop.
{
"moduleFileExtensions": [
"feature", // <--- *1
],
"setupFilesAfterEnv": [
"<rootDir>/node_modules/cucumber-jest/dist/init.js", // <--- *2
"<rootDir>/test/world.ts",
"<rootDir>/test/hooks.tsx",
"<rootDir>/test/steps.ts"
],
"transform": {
"^.+\\.(feature)$": "jest-cucumber" // <--- *3
},
"testMatch": [
"<rootDir>/path/to/your/*.feature" // <--- *4
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment