All Projects → mallorym → Cucumber Protractor Harness

mallorym / Cucumber Protractor Harness

Licence: mit
Simple starter project for incorporating cucumber (2.3.1) with protractor

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Cucumber Protractor Harness

Kakunin
An E2E testing framework
Stars: ✭ 141 (+1466.67%)
Mutual labels:  cucumber, protractor
CodeSpecJS
UI Automation Testing without writing a single line of code
Stars: ✭ 16 (+77.78%)
Mutual labels:  protractor, cucumber
Protractor Cucumber Framework
Cucumber framework plugin for Protractor
Stars: ✭ 191 (+2022.22%)
Mutual labels:  cucumber, protractor
Codeceptjs
Supercharged End 2 End Testing Framework for NodeJS
Stars: ✭ 3,592 (+39811.11%)
Mutual labels:  selenium-webdriver, protractor
demo-webdriverio-cucumber
E2E Tests with WebdriverIO and Cucumber
Stars: ✭ 28 (+211.11%)
Mutual labels:  cucumber, selenium-webdriver
Instagramfirstcommenter
This bot will post a predefined comment as fast as possible to a new post on the target profile. I used this to successfully win tickets for a big music festival.
Stars: ✭ 26 (+188.89%)
Mutual labels:  selenium-webdriver, protractor
Selenium Maven Template
A maven template for Selenium that will let you check out and go.
Stars: ✭ 403 (+4377.78%)
Mutual labels:  selenium-webdriver
Appiumtestdistribution
A tool for running android and iOS appium tests in parallel across devices... U like it STAR it !
Stars: ✭ 764 (+8388.89%)
Mutual labels:  cucumber
Atata
C#/.NET test automation framework for web
Stars: ✭ 362 (+3922.22%)
Mutual labels:  selenium-webdriver
Jest Cucumber
Execute Gherkin scenarios in Jest
Stars: ✭ 347 (+3755.56%)
Mutual labels:  cucumber
E2e Experiment
A demo project with Spring Boot / Angular application and e2e tests
Stars: ✭ 9 (+0%)
Mutual labels:  selenium-webdriver
Gulp Angular Protractor
Gulp plugin to run protractor tests
Stars: ✭ 25 (+177.78%)
Mutual labels:  protractor
Karate
Test Automation Made Simple
Stars: ✭ 5,497 (+60977.78%)
Mutual labels:  cucumber
Cucumber Boilerplate
Boilerplate project to run WebdriverIO tests with Cucumber
Stars: ✭ 411 (+4466.67%)
Mutual labels:  cucumber
Webdriverio
Next-gen browser and mobile automation test framework for Node.js
Stars: ✭ 7,214 (+80055.56%)
Mutual labels:  cucumber
Node Chromedriver
An installer and wrapper for Chromedriver.
Stars: ✭ 378 (+4100%)
Mutual labels:  selenium-webdriver
Mylearningspace
Implementing my knowledge on Selenium WebDriver, Java and TestNG
Stars: ✭ 26 (+188.89%)
Mutual labels:  selenium-webdriver
Behat
BDD in PHP
Stars: ✭ 3,696 (+40966.67%)
Mutual labels:  cucumber
Php Webdriver
PHP client for Selenium/WebDriver protocol. Previously facebook/php-webdriver
Stars: ✭ 4,477 (+49644.44%)
Mutual labels:  selenium-webdriver
Cuke linter
A linting tool for Cucumber
Stars: ✭ 24 (+166.67%)
Mutual labels:  cucumber

cucumber-protractor-harness

Simple starter project for incorporating cucumber with protractor. This project also has an example of using page objects with your tests.

New Tutorial In The Works

This project has recently been updated to use Cucumber.js version 2.3.1. A new tutorial is being written and will incorporate how to structure step definitions under the newest version of Cucumber.js. The project is available to clone now using the steps provided below.

Getting Started

Clone the project and run npm install. Run webdriver-manager update to make sure you have the latest version of chromedriver installed. Then start up the server with webdriver-manager start. Finally, open up a new terminal window and run protractor cucumber.conf.js to execute the test.

Tutorials (Cucumber 1.3)

Reading materials for the project can be found here:

Note these tutorials were written against Cucumber 1.3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].