GithubHelp home page GithubHelp logo

circleci-saucelabs-orb's Introduction

saucelabs-orb

orb encapsulating interactions with SauceLabs from a CircleCI project

Sauce Connect Proxy

This orb lets you install and run an instance of SauceLab's Connect Proxy on your CircleCI Build container.

See https://wiki.saucelabs.com/display/DOCS/Sauce+Connect+Proxy for more info on Sauce Connect Proxy

Sample Config

An example config running selenium tests for multiple browsers in parallel with Maven

version: 2.1
orbs:
  saucelabs: saucelabs/connects@volatile
workflows:
  browser_tests:
    jobs:
      - saucelabs/with_proxy:
          name: "Chrome Tests"
          steps:
            - run: mvn verify -B -Dsauce.browser=chrome  -Dsauce.tunnel="chrome"
          tunnel_identifier: "chrome"
      - saucelabs/with_proxy:
          name: "Safari Tests"
          steps:
            - run: mvn verify -B -Dsauce.browser=safari  -Dsauce.tunnel="safari"
          tunnel_identifier: "safari"
          

circleci-saucelabs-orb's People

Contributors

kevinmarkvi avatar kristianmeiersl avatar kyletryon avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

circleci-saucelabs-orb's Issues

Switch from `master` to `main`

Let's abandone non-inclusive terms such as master, slave, blacklist, and whitelist and therefor switch the branch name to main. This should be a fairly straight forward process, just rename the branch in the settings. All PRs will be automatically updated to target the new default branch.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.