Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adrianmarinica/bitbucket-pipelines-protractor

Docker image used for running tests with Protractor through Bitbucket Pipelines.
https://github.com/adrianmarinica/bitbucket-pipelines-protractor

bitbucket bitbucket-pipelines docker docker-image protractor protractor-e2e-test protractor-tests

Last synced: 22 days ago
JSON representation

Docker image used for running tests with Protractor through Bitbucket Pipelines.

Awesome Lists containing this project

README

        

## About

Based on [pdouble16/bitbucket-pipeline-browsers].

Installs **protractor**, **jasmine** and **jasmine-spec-reporter**.
Runs **webdriver-manager update**.

## Setup guide
Your *bitbucket-pipelines.yml* file should look like this:

image: adrianmarinica/bitbucket-pipelines-protractor

pipelines:
default:
- step:
script:
- cd path/to/protractor/config/file
- protractor config.js

[pdouble16/bitbucket-pipeline-browsers]: