All Projects → zebrunner → Zebrunner

zebrunner / Zebrunner

Licence: apache-2.0
Zebrunner is a Test Automation Management Tool

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Zebrunner

community-edition
Zebrunner is a Test Automation Management Tool
Stars: ✭ 171 (+30.53%)
Mutual labels:  infrastructure, jenkins, test-automation, test-driven-development
Beanmother
A library for setting up Java objects as test data.
Stars: ✭ 102 (-22.14%)
Mutual labels:  hacktoberfest, test-automation, test-driven-development
Dashboard
📺 Create your own team dashboard with custom widgets. Built with Next.js, React, styled-components and polished.
Stars: ✭ 1,007 (+668.7%)
Mutual labels:  sonarqube, jenkins
Localization Zh Cn Plugin
Chinese Localization for Jenkins
Stars: ✭ 65 (-50.38%)
Mutual labels:  hacktoberfest, jenkins
Custom War Packager
Custom Jenkins WAR packager for Jenkins
Stars: ✭ 77 (-41.22%)
Mutual labels:  hacktoberfest, jenkins
Chef
Chef Infra, a powerful automation platform that transforms infrastructure into code automating how infrastructure is configured, deployed and managed across any environment, at any scale
Stars: ✭ 6,766 (+5064.89%)
Mutual labels:  hacktoberfest, infrastructure
Err Jenkins
errbot plugin for Jenkins
Stars: ✭ 18 (-86.26%)
Mutual labels:  hacktoberfest, jenkins
Sceptre
Build better AWS infrastructure
Stars: ✭ 1,160 (+785.5%)
Mutual labels:  hacktoberfest, infrastructure
Jenkins
Development repository for the jenkins cookbook
Stars: ✭ 416 (+217.56%)
Mutual labels:  hacktoberfest, jenkins
Coteafs Appium
📱 Wrapper Appium Framework in Java which supports Automation of Mobile and Tablet apps.
Stars: ✭ 93 (-29.01%)
Mutual labels:  hacktoberfest, test-automation
Docker For All
Docker applied in development, devops, testing, product management etc.
Stars: ✭ 88 (-32.82%)
Mutual labels:  sonarqube, jenkins
Os Autoinst
OS-level test automation
Stars: ✭ 99 (-24.43%)
Mutual labels:  hacktoberfest, test-automation
Jenkinsfile Runner
A command line tool to run Jenkinsfile as a function
Stars: ✭ 727 (+454.96%)
Mutual labels:  hacktoberfest, jenkins
Green
Green is a clean, colorful, fast python test runner.
Stars: ✭ 691 (+427.48%)
Mutual labels:  test-automation, test-driven-development
Executor
Watch for file changes and then execute command. Very nice for test driven development.
Stars: ✭ 14 (-89.31%)
Mutual labels:  hacktoberfest, test-driven-development
Docker
Docker official jenkins repo
Stars: ✭ 4,855 (+3606.11%)
Mutual labels:  hacktoberfest, jenkins
Mobileautomationframework
Single code base framework to test android and iOS app using appium (v6.1.0), maven, testng,java. Option to start appium server programmatically.
Stars: ✭ 66 (-49.62%)
Mutual labels:  hacktoberfest, test-automation
Docker Inbound Agent
Docker image for a Jenkins agent which can connect to Jenkins using TCP or Websocket protocols
Stars: ✭ 342 (+161.07%)
Mutual labels:  hacktoberfest, jenkins
Devops Guide
DevOps Guide - Development to Production all configurations with basic notes to debug efficiently.
Stars: ✭ 4,119 (+3044.27%)
Mutual labels:  hacktoberfest, jenkins
Node Mongodb Fixtures
🍏 Setup and tear down test fixtures with MongoDB.
Stars: ✭ 83 (-36.64%)
Mutual labels:  hacktoberfest, test-driven-development

Zebrunner is a Continuous configuration automation framework for continuous testing (running various kinds of tests on the code to gain successive levels of confidence in the quality of the code), and (optionally) continuous deployment. It is built in accordance with Infrastructure as Code processes.

It is integrated by default with carina-core open source TestNG framework and uses Jenkins as a CI Tool.

It is built on top of popular docker solutions, it includes Postgres database, Zebrunner Reporting, Jenkins Master/Slaves Nodes, Selenium Hub, Mobile Device Farm (MCloud), SonarQube etc.

All components are deployed under NGINX WebServer which can be configured in a fully secured environment

Zebrunner subcomponents all together can be used as an effective Test Automation infrastructure for test automation development, execution, management, etc.

Initial setup

Visit Zebrunner Guide for detailed installation and configuration instructions.

  1. Clone Zebrunner recursive and launch setup procedure
git clone --recurse-submodule https://github.com/zebrunner/zebrunner.git && cd zebrunner && ./zebrunner.sh setup

Provide required details and start services

  1. After startup, the following components might be available:

Use your host domain address or IP.

Components URL
Zebrunner Reporting http://demo.zebrunner.com
Jenkins http://demo.zebrunner.com/jenkins
SonarQube http://demo.zebrunner.com/sonarqube
Web Selenium Hub http://demo:[email protected]/selenoid/wd/hub
Mobile Selenium Hub http://demo:[email protected]/mcloud/wd/hub
Mobile SmartTest Farm http://demo.zebrunner.com/stf

admin/changeit crendetials should be used for Reporting and Jenkins, admin/admin for SonarQube.

Documentation and free support

QPS-Infra becomes part of Zebrunner solution!

License

Code - Apache Software License v2.0

Documentation and Site - Creative Commons Attribution 4.0 International License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].