Good day. The question is the following acceptance tests. and there are several tests in acceptance / init which according to the plan must be run separately and produce the initial initialization of our product. The question is how, when performing acceptance / init tests, load your configuration file acceptance.suite.yml? and your fixture fixture.app.yml file?

    1 answer 1

    If these are completely separate tests that require separate settings, then how do you want to create a new suite with your own config? For example:
    codecept generate:suite init
    Next, configure the configuration suite and move there all the tests from Init.