How to navigate to a particular URL with PHP-Codeception?

How to navigate to a particular URL with PHP-Codeception?

Hey Richard,

Add the following in your acceptance.suite.yml file:

url: 'https://lambdatest.github.io/'

Once you have added url in acceptance.suite.yml, add the following in testfile:

$I->amOnPage('/sample-todo-app/');