6 lines
174 B
JSON
6 lines
174 B
JSON
|
{
|
||
|
"include": ["tests-functional"],
|
||
|
"venvPath": "./tests-functional", // Ensure the virtual environment (.venv) is located in ./tests-functional
|
||
|
"venv": ".venv"
|
||
|
}
|