Pipelines: running protractor tests

Redko Igor January 12, 2017

I'm trying to configure Bitbucket pipelines to test my angular web app. 

I've already dockerized my app and configured all necessary environment, so my app runs in docker container successfully.
My problem is that all my protractor tests fail in Bitbucket pipelines by timeout (Angular is not found on the page).

But when i start my docker container on my local machine, the tests work properly.
I want to to make my tests work with the pipelines. 

2 answers

1 accepted

0 votes
Answer accepted
Redko Igor February 22, 2017

Actually i followed the manual described here: https://confluence.atlassian.com/bitbucket/bitbucket-pipelines-792496469.html.
But i also had to create docker image for my app and configure there required environment.
If you want to ask something exact, you are welcome. I'll share my experience. 

Mariano San Andrea August 3, 2017

Can you please guide me on how to run my protractor tests on the pipeline? My yml is this

 

image: adrianmarinica/bitbucket-pipelines-protractor

pipelines:
default:
- step:
caches:
- node
script: # Modify the commands below to build your repository.
- npm install
- protractor protractor.conf.js
 
and when I run it, I get this error on the bitbucket console
 
"Failed: Angular could not be found on the page...."
Lory Cabaluna August 6, 2017

Same issue with me:

1. What are the needed source files to run protractor in bitbucket pipeline since it is serverless?

2. And what is the correct configuration in the .yml file?

Mariano San Andrea August 7, 2017
Like raschidjfr likes this
0 votes
Rahul Srivastava February 16, 2017

Can you share, how you integrated protractor with Bitbucket pipeline?

Mariano San Andrea August 4, 2017

Did you manage to run your protractor tests on pipelines?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events