selenium - Setting up Protractor e2e tests with Bamboo CI -


we use protractor automate our angular app , need run protractor tests bamboo ci server.

i'm new bamboo , wondering if either show me how or point me web article show me how trigger/execute protractor tests bamboo server.

locally, run tests using gulp protractor run , pass; i'd execute same tests bamboo server. able find articles on google shows how set selenium bamboo. understand protractor uses selenium under hood not sure if protractor follow same steps selenium does, when setting on bamboo ci machine.

if protractor follows different setup selenium on bamboo ci machine, please point me either article or show steps here if it's simple do.

this question few months old, it's still unanswered, try help. ;)

i haven't tried myself, there gulp task in bamboo. (as mentioned here: gulp tasks execution in bamboo) task type selection: gulp

i think have install node.js on bamboo server , can add gulp task plan , configure needs. gulp configuration form

short field description:

  • node.js executable: should filled if have installed node.js on bamboo server, or select correct 1 if have installed multiple versions of node.js (i haven't installed node.js, there no executable available me)
  • gulp executable: i'm not femiliar gulp, think default value should correct in cases.
  • task: in case should insert protractor here

Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -