pioneer icon indicating copy to clipboard operation
pioneer copied to clipboard

Integration Testing

Results 65 pioneer issues
Sort by recently updated
recently updated
newest added

When there are zero steps in a file (as can happen when excluding certain tags in a test run) it attempts to close the driver, having never created it in...

Who can help to run pioneer Configuration loaded from /home/admin1/node_modules/pioneer/bin/pioneer.json Feature: Simple Feature # tests/features/simple.feature Scenario: Entering Information /home/admin1/node_modules/pioneer/node_modules/selenium-webdriver/lib/webdriver/promise.js:1643 throw error; ^ Error: Timed out waiting for the WebDriver server...

Suspect you need to increase the version number in addition to changing npm-shrinkwrap.json to deal with [email protected] removal from npm npm WARN deprecated [email protected]: Use vinyl-fs.symlink (or gulp.symlink with gulp...

Problem with installing pioneer on Ubuntu 14 Hi. I want to try using pioneer to testing, but i get some troubles. I just try to execute command `sudo npm install...

Multiple tags should be supplied in multiple --tags arguments, which allows logical ORs and ANDs to be applied to tags. This creates --tags arguments according to the cucumber docs: https://github.com/cucumber/cucumber/wiki/Tags...

Scenario Outline its now supported in the cucumberjs ``` Scenario Outline: eating Given there are cucumbers When I eat cucumbers Then I should have cucumbers Examples: | start | eat...

When i try to execute this step of the example in doc it fails What its wrong? TypeError: Cannot read property 'click' of undefined at /usr/lib/node_modules/pioneer/lib/support/widgets.js:417:24 ``` this.When(/^complete the first...

Elaborating on #324, it would be great to have a plugin architecture, each plugin using internal hooks, and exposing configuration options, much like [`karma-sauce-launcher`](https://github.com/karma-runner/karma-sauce-launcher) exposes configuration for SauceLabs, and uses...

According to [this](https://github.com/cucumber/cucumber/wiki/Tags) article, the way pioneer passes its tags to cucumber is totally wrong when there are multiple tags. If I set my tags to `["@one", "@two"]` pioneer passes...