Skip to content

Commit

Permalink
Merge pull request #1 from Schpenn/cucumber
Browse files Browse the repository at this point in the history
lagt til cucumber
  • Loading branch information
Schpenn authored Apr 25, 2024
2 parents 5129553 + db52658 commit 871c6c3
Show file tree
Hide file tree
Showing 9 changed files with 2,046 additions and 39 deletions.
18 changes: 18 additions & 0 deletions cucumber.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"default": {
"formatOptions": {
"snippetInterface": "async-await"
},
"dryRun": false,
"paths": [
"src/test/features/"
],
"require": [
"src/test/steps/*.ts",
"src/hooks/hooks.ts"
],
"requireModule": [
"ts-node/register"
]
}
}
Loading

0 comments on commit 871c6c3

Please sign in to comment.