We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5763409 commit 92b70d2Copy full SHA for 92b70d2
docker/run.sh
@@ -47,7 +47,7 @@ EOF
47
fi
48
49
# Find codecept config in current directory
50
- config_file=$(find . -maxdepth 2 -name "codecept.conf.*" -type f | head -1)
+ config_file=$(find . -maxdepth 2 -name "codecept*.js" -o -name "codecept*.ts" -o -name "codecept*.mjs" -type f | head -1)
51
52
if [ -n "$config_file" ]; then
53
config_dir=$(dirname "$config_file")
0 commit comments