Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 599 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 599 Bytes

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