All Projects → antonioribeiro → tddd-starter

antonioribeiro / tddd-starter

Licence: other
Laravel TDDD Starter App

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to tddd-starter

Karma
Spectacular Test Runner for JavaScript
Stars: ✭ 11,591 (+50295.65%)
Mutual labels:  tdd, bdd
Catch2
A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
Stars: ✭ 14,330 (+62204.35%)
Mutual labels:  tdd, bdd
Should.js
BDD style assertions for node.js -- test framework agnostic
Stars: ✭ 1,908 (+8195.65%)
Mutual labels:  tdd, bdd
Qaf
Quality Automation Framework for web, mobileweb, mobile native and rest web-service using Selenium, webdrier, TestNG and Java Jersey
Stars: ✭ 150 (+552.17%)
Mutual labels:  tdd, bdd
Pester
Pester is the ubiquitous test and mock framework for PowerShell.
Stars: ✭ 2,620 (+11291.3%)
Mutual labels:  tdd, bdd
Radish
Behavior Driven Development tooling for Python. The root from red to green.
Stars: ✭ 153 (+565.22%)
Mutual labels:  tdd, bdd
chai-exclude
Exclude keys to compare from a deep equal operation with chai expect or assert.
Stars: ✭ 33 (+43.48%)
Mutual labels:  tdd, bdd
Cucumberjvmexamples
Cucumber JVM with Selenium Java
Stars: ✭ 98 (+326.09%)
Mutual labels:  tdd, bdd
Add
Разработка с управляемым качеством на 1С
Stars: ✭ 210 (+813.04%)
Mutual labels:  tdd, bdd
Cucumber Rust
Cucumber testing framework for Rust. Fully native, no external test runners or dependencies.
Stars: ✭ 210 (+813.04%)
Mutual labels:  tdd, bdd
Snap Shot It
Smarter snapshot utility for Mocha and BDD test runners + data-driven testing!
Stars: ✭ 138 (+500%)
Mutual labels:  tdd, bdd
Nspec
A battle hardened testing framework for C# that's heavily inspired by Mocha and RSpec.
Stars: ✭ 242 (+952.17%)
Mutual labels:  tdd, bdd
Tester
Тестер 1С
Stars: ✭ 131 (+469.57%)
Mutual labels:  tdd, bdd
Gunit
GUnit - Google.Test/Google.Mock/Cucumber on steroids
Stars: ✭ 156 (+578.26%)
Mutual labels:  tdd, bdd
Expect More
Curried Type Testing library, and Test Matchers for Jest
Stars: ✭ 124 (+439.13%)
Mutual labels:  tdd, bdd
Spek
A specification framework for Kotlin
Stars: ✭ 2,143 (+9217.39%)
Mutual labels:  tdd, bdd
Cypress Cucumber Example
An example skeleton with Cypress and Cucumber
Stars: ✭ 57 (+147.83%)
Mutual labels:  tdd, bdd
Rgviperchat
An iOS chat app written following a VIPER architecture and BDD
Stars: ✭ 65 (+182.61%)
Mutual labels:  tdd, bdd
Lightbdd
BDD framework allowing to create easy to read and maintain tests.
Stars: ✭ 195 (+747.83%)
Mutual labels:  tdd, bdd
Bandit
Human-friendly unit testing for C++11
Stars: ✭ 240 (+943.48%)
Mutual labels:  tdd, bdd

TDDD Starter

A Test Driven Development Dashboard Starter App

Starter

A dashboard, a tester and watcher to help you continuously test your apps

This is an app starter repository for the TDDD Package

Installing

git clone https://github.com/antonioribeiro/tddd-starter.git
cd tddd-starter
cp .env.example .env
composer install
php artisan key:generate
## create your database and configure your .env
php artisan migrate
## configure NGINX or Apache
open http://<app.domain>/tddd/dashboard
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].