You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to execute tests in parallel, ensuring that each group uses a distinct database. To achieve this, I am using the --override option to specify the database name at runtime. However, it still references the database defined in functional.suite.yml.
I am using the following command:
vendor\bin\codecept.bat run --group paracept_1 --override "modules.config.Db.dsn: mysql:host=localhost;dbname=base_admintest_1" --html result_1.html functional
Also i tried with
vendor\bin\codecept.bat run --group paracept_1 --override "modules: config: Db: dsn: mysql:host=localhost;dbname=base_admintest_1" --html result_1.html functional
What are you trying to achieve?
I need to execute tests in parallel, ensuring that each group uses a distinct database. To achieve this, I am using the --override option to specify the database name at runtime. However, it still references the database defined in functional.suite.yml.
I am using the following command:
vendor\bin\codecept.bat run --group paracept_1 --override "modules.config.Db.dsn: mysql:host=localhost;dbname=base_admintest_1" --html result_1.html functional
Also i tried with
vendor\bin\codecept.bat run --group paracept_1 --override "modules: config: Db: dsn: mysql:host=localhost;dbname=base_admintest_1" --html result_1.html functional
composer show
)The text was updated successfully, but these errors were encountered: