All Projects → testdrivenio → django-aloe-bdd

testdrivenio / django-aloe-bdd

Licence: MIT license
BDD with Django and Aloe

Programming Languages

python
139335 projects - #7 most used programming language
Gherkin
971 projects

Projects that are alternatives of or similar to django-aloe-bdd

scenari
Clojure BDD library - Executable Specification with Behavior-Driven Development
Stars: ✭ 57 (+111.11%)
Mutual labels:  bdd, gherkin, behavior-driven-development
Behat
BDD in PHP
Stars: ✭ 3,696 (+13588.89%)
Mutual labels:  bdd, gherkin, behavior-driven-development
Godog
Cucumber for golang
Stars: ✭ 1,287 (+4666.67%)
Mutual labels:  bdd, gherkin
Xunit.gherkin.quick
BDD in .NET Core - using Xunit and Gherkin (compatible with both .NET Core and .NET)
Stars: ✭ 123 (+355.56%)
Mutual labels:  bdd, gherkin
docs
Cucumber user documentation
Stars: ✭ 110 (+307.41%)
Mutual labels:  bdd, gherkin
Karate
Test Automation Made Simple
Stars: ✭ 5,497 (+20259.26%)
Mutual labels:  bdd, gherkin
Symfonyextension
🎼 Extension integrating Behat with Symfony.
Stars: ✭ 376 (+1292.59%)
Mutual labels:  bdd, gherkin
Spectrum
A BDD-style test runner for Java 8. Inspired by Jasmine, RSpec, and Cucumber.
Stars: ✭ 142 (+425.93%)
Mutual labels:  bdd, gherkin
hitchstory
Type-safe, StrictYAML based BDD framework for python.
Stars: ✭ 24 (-11.11%)
Mutual labels:  bdd, behavior-driven-development
Radish
Behavior Driven Development tooling for Python. The root from red to green.
Stars: ✭ 153 (+466.67%)
Mutual labels:  bdd, gherkin
Bicing Api
Get statistics and locations of bicycle stations through REST API
Stars: ✭ 149 (+451.85%)
Mutual labels:  bdd, gherkin
Nightwatch Cucumber
[DEPRECATED] Cucumber.js plugin for Nightwatch.js.
Stars: ✭ 243 (+800%)
Mutual labels:  bdd, gherkin
behave-restful
BDD Framework to Test REST Services and APIs
Stars: ✭ 47 (+74.07%)
Mutual labels:  bdd, gherkin
Gauge
Light weight cross-platform test automation
Stars: ✭ 2,622 (+9611.11%)
Mutual labels:  bdd, behavior-driven-development
bat
Gherkin based DSL for testing HTTP APIs via Cucumber.JS
Stars: ✭ 30 (+11.11%)
Mutual labels:  bdd, gherkin
Specflow
#1 .NET BDD Framework. SpecFlow automates your testing & works with your existing code. Find Bugs before they happen. Behavior Driven Development helps developers, testers, and business representatives to get a better understanding of their collaboration
Stars: ✭ 1,827 (+6666.67%)
Mutual labels:  bdd, gherkin
White Bread
🍞 Story BDD tool for elixir using gherkin
Stars: ✭ 198 (+633.33%)
Mutual labels:  bdd, gherkin
Android-Cucumber-BDD-Sample
A sample project that has most of the tests and code written in a Behaviour Driven Development style, using the Cucumber framework.
Stars: ✭ 29 (+7.41%)
Mutual labels:  bdd, behavior-driven-development
gherkin
Pure Rust implementation of Gherkin language (`.feature` file) for Cucumber testing framework.
Stars: ✭ 41 (+51.85%)
Mutual labels:  bdd, gherkin
Owasp Cloud Security
OWASP Cloud Security - Enabling conversations through threat and control stories
Stars: ✭ 148 (+448.15%)
Mutual labels:  bdd, gherkin

Behavior-Driven Development with Django and Aloe

Want to learn how to build this project?

Check out the blog post.

Want to use this project?

  1. Fork/Clone

  2. Create and activate a virtual environment:

    $ python3 -m venv venv && source venv/bin/activate
  3. Install the requirements:

    (venv)$ pip install -r requirements.txt
  4. Run the tests:

    (venv)$ cd example_bdd
    (venv)$ python manage.py harvest
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].