Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How can I run a node app on the bitbucket pipeline

dervisc July 16, 2018

I was wondering how I can run a node app in the background on the bitbucket pipeline. 

I'd like to do this so that I can run a selenium test connecting to localhost. For example I have this line in my package.json "start-qa": "cross-env NODE_ENV=qa node app.js" and I'd like to be able to run "start-qa" but since it doesn't run the background none of the other lines in my bitbucket-pipelines.yml file is being run. 

Would there be any way for me to perform my selenium test this way or is my only option connecting to an actual web address and not locally? 

1 answer

0 votes
Jeroen De Raedt
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 18, 2018

Hey @dervisc,

the easiest way would be to use Pipelines services: https://confluence.atlassian.com/bitbucket/use-services-and-databases-in-bitbucket-pipelines-874786688.html

You can specify the Docker service (based on a Docker image that runs your app), and let your main build execute Selenium tests that call out to this Docker service. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events