Questions tagged [chimp.js]

37 questions
0
votes
2 answers

How to check broken links with Cucumber.js

I need to check links on page for 404 using Cucumber.js. So I am guessing out on two things. How to implement loop in scenario. Because user should click on links and return back to page multiple times Feature: Check broken links Scenario: User…
romansh
  • 33
  • 4
0
votes
1 answer

struggling to launch other browsers with Chimp / Webdriver

Edit - solved my issue, see the added detail. selecting the one answer because it was helpful and on point, even if not my direct issue Q: I'm following https://chimp.readme.io/docs/tutorial. I can get everything to happen as expected, but when I…
Peter
  • 77
  • 9
0
votes
2 answers

Chimp / Cucumber intro tutorial steps not launching appropriately

I'm following https://chimp.readme.io/docs/tutorial steps, trying to get chimp up and running. here are the steps listed: mkdir chimp-tutorial cd chimp-tutorial npm install chimp mkdir features chimp --watch However the last cmd returns bash:…
Peter
  • 77
  • 9
0
votes
2 answers

Meteor.js: Using server.call when testing with Chimp

I'm having an issue triggering method calls while writing feature tests. I'm not actually given an error in the chimp terminal log, but the server.call line is where the failure is highlighted. I believe this might be related to the folder structure…
Kyle Bachan
  • 1,034
  • 1
  • 18
  • 32
0
votes
1 answer

Cucumber - Javascript Invoke Login Step Definitions Before Other Step Definitions

Using Chimp.js, Cucumberjs and WebdriverIO, I'm trying to run login step definitions in a browser instance, before other step definitions that depend on a user to be logged in. And possibly without adding them into the Background over and over again…
Nigel Earle
  • 735
  • 2
  • 7
  • 17
0
votes
1 answer

Chimp.js configuration

I am using Chimp.js(with Cucumber.js) and all the tests need to pass a login page. I know webdriverIO uses testrunner config file for something like .before() and .after(). How would be the best way to achieve that with Chimp? Thanks!
Sotir
  • 13
  • 2
-1
votes
1 answer

I cannot get the latest meteor todos example chimp acceptance test to work on mac osx 10.11.16 with chrome Version 59.0.3071.86

I am running on OSX 10.11.6 with Chrome Version 59.0.3071.86 (Official Build) (64-bit) and I have downloaded and installed the latest meteor todos app, and following the tutorial performed the unit and integration testing examples successfully. When…
1 2
3