Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
1.3k views
by The go-to Tester (222 points)

I am getting below error

[Codeception\Exception\ConfigurationException]
Module AcceptanceHelper could not be found and loaded

For below yml file:

# Codeception Test Suite Configuration
#
# Suite for acceptance tests.
# Perform tests in browser using the WebDriver or PhpBrowser.
# If you need both WebDriver and PHPBrowser tests - create a separate suite.

actor: AcceptanceTester
modules:
    enabled:
        - WebDriver
        - AcceptanceHelper
    config:
        WebDriver:
            url: 'https://www.google.com'
            browser: chrome

 

Can you help me resolve this?

1 Answer

0 like 0 dislike
by The go-to Tester (222 points)
You should describe the namespace that inherits from the directory structure except for the _support parts defined in the helpers: setting in the codeception.yml file.
by The go-to Tester (222 points)


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...