Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/adrianmarinica/bitbucket-pipelines-protractor
- Owner: adrianmarinica
- Created: 2017-07-05T19:15:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-18T12:08:42.000Z (over 7 years ago)
- Last Synced: 2024-10-04T19:12:08.471Z (about 1 month ago)
- Topics: bitbucket, bitbucket-pipelines, docker, docker-image, protractor, protractor-e2e-test, protractor-tests
- Homepage:
- Size: 1.95 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]: