Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory Exhausted Exception when Using VC with Gherkin features #37

Open
thureos opened this issue Dec 20, 2017 · 0 comments
Open

Memory Exhausted Exception when Using VC with Gherkin features #37

thureos opened this issue Dec 20, 2017 · 0 comments

Comments

@thureos
Copy link

thureos commented Dec 20, 2017

Hello,
First of all thanks for this amazing tool!

I'm having this weird problem using Codeception's gherkin features along with the VisualCeption module:

In Visual.feature file I have something like this

Feature: Visual
  In order to ...
  As a ...
  I need to ...

Scenario: try Visual
    Given I maximize the window
    And I am on url "http://mywebsite.com"
    Then I should see visual changes

In AcceptanceTester.php I have this:

    /**
     * @Then I should see visual changes
     */
    public function iShouldSeeVisualChanges()
    {
        $this->iShouldSeeVisualChanges();
    }

But, if I run $I->iShouldSeeVisualChanges(); in a regular Cept it works well.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant