Learn about our new features recently updated daily.
Codeship is a fast and secure hosted Continuous Integration service that scales with your needs. It supports GitHub, Bitbucket, and Gitlab projects. Integrate Codeship and beagle to automate Test triggering
Steps
STEP 1
In-order to trigger beagle penetration testing you need to create two environment variables
  1. Login to CODESHIP
  2. Select your project
  3. Go to project settings
  4. Navigate to Environment
  5. Add tokens, make sure you use environment variable names as follows:
    • For access token -> ACCESS_TOKEN
    • For application token -> APPLICATION_TOKEN
  6. Save Configuration
Step 2
In-order to trigger beagle penetration testing you need to setup deploy script
  1. Go to project settings
  2. Navigate to Deploy
  3. Select your branch to deploy
  4. After selecting branch scroll down to Add Deployment and select Script
  5. Add the following snippet to Deployment Commands
    curl --silent -L https://git.io/fjXpj | bash -s
    • click on Create Deployment
  6. Build the project!
Walkthrough

Next

You have successfully triggered a test using CodeShip. Now you can try with other tools as well