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

FeatureContext steps to integrate with QA-Tools #6

Open
aik099 opened this issue Jul 8, 2014 · 1 comment
Open

FeatureContext steps to integrate with QA-Tools #6

aik099 opened this issue Jul 8, 2014 · 1 comment

Comments

@aik099
Copy link
Member

aik099 commented Jul 8, 2014

I see following steps that might come in handy:

  1. I visit {PageClass} page - will:
    • create page object
    • assign created object to $this->page (of FeatureContext)
    • call $this->page->open()

Also we need to implement existing steps (from MinkContext) in a way, that they would access $this->page instead of using $this->session directly.

@evangelion1204
Copy link
Contributor

I planned to provide something like this, although it may not be possible to integrate every Mink specific step. We will have problems with steps accessing elements via selectors (id, name ...). Maybe we can support something like interacting of an property (which should be some sort of web element or typified one) by name/identifier of our pages.

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

No branches or pull requests

2 participants