Skip to content

deepcrawl/deepcrawl-test-orb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automation Hub CircleCI Orb

CircleCI Orb Version GitHub License CircleCI Community

deepcrawl/deepcrawl-test is exposing the run-build job which will run a build on Automation Hub.

How to use

In order to use Automation Hub CircleCI Orb, you need to:

  1. Create a CircleCI context deepcrawl-test, which contains the following environment variables:
  • DEEPCRAWL_TEST_USER_KEY_ID
  • DEEPCRAWL_TEST_USER_KEY_SECRET

Both environment variables should be set by creating a new API key here.

  1. Setup your CircleCI workflow (example):
version: 2.1
orbs:
  deepcrawl-test: deepcrawl/[email protected]
workflows:
  deploy:
    jobs:
      - deepcrawl-test/run-build:
          # Context defined at step 1
          context: deepcrawl-test
          # Test suite ID created in Automation Hub
          testSuiteId: "YOUR_TEST_SUITE_ID"
          # Can be used to make it non-blocking
          startOnly: false

Note: Make sure to run this job after your website is deployed, by using requires property of the job.

For other ways to trigger an Automation Hub Build please see: https://github.com/deepcrawl/deepcrawl-test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors