Building An Automated Testing Pipeline with GoCD

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • format_version: 2 pipelines: pipeline_code_demo: group: defaultGroup materials: backend: git: https://github.com/iamvickyav/spring-boot-h2-war-tomcat.git branch: master stages: - Build_Demo_Project_Stage: clean_workspace: true jobs: build_task: tasks: - exec: run_if: passed command: mvn arguments: - package - Start_Tomcat_Stage: clean_workspace: true jobs: start_tomcat_task: tasks: - exec: run_if: passed command: /bin/sh arguments: - start_tomcat.sh - /opt/tomcat-8.5.41 - Deploy_Project_Stage: clean_workspace: true jobs: deploy_project_task: tasks: - exec: run_if: passed command: mvn arguments: - tomcat7:deploy

  • Cucumber-TestNG-Selenium

    Discontinued Cucumber-TestNG-Selenium

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • NodeJs-Cucumber-Selenium

    Run test automation on cloud with Cucumber.js and LambdaTest. This is a sample repo to help you execute Cucumber.js framework based test scripts in parallel with LambdaTest automation testing cloud

  • LambdaTest> Automation account & username and access token

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts