Questions tagged [mink]

Mink is an open source acceptance test framework for web applications, written in PHP 5.3.

460 questions
-1
votes
1 answer

Any available reporting tool for Behat/Mink?

Is there any available tools to analyse the output of the functionnal tests i launched with Behat/Mink ? Something like : how many times i launched this scenario how many times it failed how many times it passed maybe even show warning when a…
sf_tristanb
  • 8,725
  • 17
  • 74
  • 118
-1
votes
1 answer

Unable to hit .html page with Selenium?

I am using behat/mink, selenium 2 driver, chrome driver in php. I am having trouble getting to a dummy html page. We have a site and we are adding a chat bot to the landing page, the chat bot is an iframe that gets loaded onto the bottom of the…
MarkG
  • 1
-1
votes
1 answer

xpath issue using behat for angularjs application

I've been trying to make a web crawler for the company i work for using behat combined with the mink extension. I did something similar in the past as well but the difference is that now the page i am trying to crawl through is build in…
pr1nc3
  • 8,108
  • 3
  • 23
  • 36
-1
votes
1 answer

Continuous Integration tool for behat

What is the best CI(Continuous Integration) tool for behat and can you provide the steps to configure it. Because i want to run all my features of behat when any one push in git. i.e when something get push in my git A/C the CI will run all my…
Amit Dinda
  • 66
  • 8
-1
votes
3 answers

How can I click on link containing a particular span in behat

Please help with the code to click on text by referring to text1 in Behat. text1 is a unique property name and I have to use this to click on link text.

text1

-1
votes
1 answer

Behat / Mink Step Fail

I have a question. I am wondering if there is any way in Behat/Mink to make it run trough the other remaining steps if one step fails. I did a little bit of research and couldn't find the answer I was looking for. Thank you.
-1
votes
1 answer

Unable to use Zombie JS with Behat

I am unable to run my tests using Zombie as a headless browser. The error I get is [RuntimeException] Install MinkZombieDriver in order to activate zombie session. My "behat.yml" file is …
Ramona
  • 19
  • 2
-2
votes
1 answer

Mink/behat file attach

I am using behat/mink/sahi. I am trying to attach file to an input type element using the xpath because i can not locate it with the normal function that behat already has. My full_path is already in the behat.yml file /** * @When I attach…
pr1nc3
  • 8,108
  • 3
  • 23
  • 36
-2
votes
1 answer

Find a div with the class using mink and behat

I have a button in the page :
Conect
I want tu push on this div, so I create the methode : /** * @When I open the connection popup */ public function iOpenTheConnectionPopup() { …
user7424312
  • 137
  • 3
  • 10
-3
votes
1 answer

How to press Keyboard keys using PHP in Behat?

I'm using Behat with Mink functions and some custom functions to automate some websites. I hit a bump where I need to click 2 options from a list. Manually I need to press the "Control" button to select the second option. I'm trying to find help…
1 2 3
30
31