We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8c3b7 commit f7d01e2Copy full SHA for f7d01e2
lib/command/generate.js
@@ -24,6 +24,7 @@ Scenario('test something', async ({ {{actor}} }) => {
24
// generates empty test
25
module.exports.test = function (genPath) {
26
const testsPath = getTestRoot(genPath);
27
+ global.codecept_dir = testsPath;
28
const config = getConfig(testsPath);
29
if (!config) return;
30
0 commit comments