Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Using protractor on bitbucket pipeline

Vinicius Duarte
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 16, 2020

Guys, i'm the new junior QA Analyst on the company and one of my tasks is to put automated test on the pipeline of the bitbucket,
i know that theres some questions with the same topic, but they're a little bit out of date.
This is the pipeline of the company at the moment, we use Angular so i wrote some tests using protractor and they run fine.

image: node:10
pipelines:
branches:
release:
- step:
deployment: Test
name: GAE Test Deploy
caches:
- node
script: # Modify the commands below to build your repository.
- npm install -g @angular/cli@6.0.0
- npm install --unsafe-perm
- ng build --configuration=test --aot
- pipe: atlassian/google-app-engine-deploy:0.4.1
variables:
KEY_FILE: $KEY_FILE
PROJECT: 'project'
VERSION: 'test'
DEPLOYABLES: 'app.yaml'
PROMOTE: 'false'

I'm confused about the pre-requisites(do i need a docker image with chrome installed?) to use protractor in a CI environment any help for me to start would be much appreciated

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events