Skip to content

adrianmarinica/bitbucket-pipelines-protractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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