Showing 59 open source projects for "bdd"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 1
    Cucumber.js

    Cucumber.js

    Cucumber for JavaScript

    ...Cucumber.js is the JavaScript implementation of Cucumber and runs on the maintained Node.js versions. It’s simple. Whether open source or commercial, our collaboration tools will boost your engineering team's performance by employing Behavior-Driven Development (BDD). And with our world-class training, take it to places it’s never been. Validate executable specifications against your code on any modern development stack. 40+ million open source downloads, the #1 tool for BDD. CucumberStudio is the leading collaboration platform for BDD - an easy-to-use tool to define ideas, test code, and learn in production from real-time insight.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Cucumber

    Cucumber

    Cucumber for Ruby

    ...Cucumber is also available for JavaScript, Java, and a lot of other languages. Validate executable specifications against your code on any modern development stack. 40+ million open source downloads, the #1 tool for BDD. CucumberStudio is the leading collaboration platform for BDD - an easy-to-use tool to define ideas, test code, and learn in production from real-time insight.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Cucumber JVM

    Cucumber JVM

    Cucumber for the JVM

    ...Cucumber-JVM also integrates with all the popular Dependency Injection containers. It’s simple. Whether open source or commercial, our collaboration tools will boost your engineering team's performance by employing Behavior-Driven Development (BDD). And with our world-class training, take it to places it’s never been. Validate executable specifications against your code on any modern development stack. 40+ million open source downloads, the #1 tool for BDD. Define the feature files with all your stakeholders using Behavior-Driven Development (BDD). Automatically create documentation that’s up to date and easily shareable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Catch2

    Catch2

    A modern, C++-native, test framework for unit-tests, TDD and BDD

    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). Catch2 is mainly a unit testing framework for C++, but it also provides basic micro-benchmarking features and simple BDD macros. Catch2's main advantage is that using it is both simple and natural. Test names do not have to be valid identifiers, assertions look like normal C++ boolean expressions, and sections provide a nice and local way to share set-up and tear-down code in tests. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • FusionAuth: Authentication and User Management Software Icon
    FusionAuth: Authentication and User Management Software

    Offer your users flexible authentication options, including passwords, passwordless, single sign-on (SSO), and multi-factor authentication (MFA).

    FusionAuth adds login, registration, SSO, MFA, and a bazillion other features to your app in days - not months.
    Learn More
  • 5
    Ginkgo

    Ginkgo

    BDD testing framework for Go

    ...While you can start to add tests directly into books_suite_test.go you’ll probably prefer to separate your tests into separate files (especially for packages with multiple files). Ginkgo builds on Go's testing package, allowing expressive Behavior-Driven Development ("BDD") style tests. It is typically (and optionally) paired with the Gomega matcher library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    chai

    chai

    BDD / TDD assertion framework for node.js

    Chai is a BDD / TDD assertion library for node and the browser that can be delightfully paired with any javascript testing framework. Chai has several interfaces that allow the developer to choose the most comfortable. The chain-capable BDD styles provide an expressive language & readable style, while the TDD assert style provides a more classical feel.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    Behat

    Behat

    BDD in PHP

    Behat is a Behavior-Driven Development (BDD) framework for PHP that helps developers write tests in a human-readable format. It uses Gherkin syntax to describe expected application behavior and allows developers to write scenarios that map to automated tests. Behat is highly extensible, making it suitable for testing both web applications and APIs, and it is often used alongside Mink for browser automation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Gherkin

    Gherkin

    A parser and compiler for the Gherkin language

    Gherkin is a domain-specific language used in behavior-driven development (BDD) to describe software behaviors in a human-readable format. It allows stakeholders to write test cases in plain language, bridging the gap between technical and non-technical team members.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    CodeceptJS

    CodeceptJS

    Supercharged End 2 End Testing Framework for NodeJS

    CodeceptJS is a modern end-to-end testing framework for Node.js applications, enabling developers to write tests in a behavior-driven development (BDD) style with an emphasis on simplicity and readability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10
    Static Analysis Tools for PHP

    Static Analysis Tools for PHP

    Docker image that provides static analysis tools for PHP

    Docker image providing static analysis tools for PHP. The list of available tools and the installer is actually managed in the jakzal/toolbox repository. Docker image with quality analysis tools for PHP. To run the selected tool inside the container, you'll need to mount the project directory on the container with -v "$(pwd):/project". Some tools like to write to the /tmp directory (like PHPStan, or Behat in some cases), therefore it's often useful to share it between docker runs, i.e. with...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Karate

    Karate

    Test automation made simple

    Karate is the only open-source tool to combine API test-automation, mocks, performance-testing and even UI automation into a single, unified framework. The BDD syntax popularized by Cucumber is language-neutral, and easy for even non-programmers. Assertions and HTML reports are built-in, and you can run tests in parallel for speed. There’s also a cross-platform stand-alone executable for teams not comfortable with Java. You don’t have to compile code. Just write tests in a simple, readable syntax, carefully designed for HTTP, JSON, GraphQL and XML. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    OCMockito

    OCMockito

    Mockito for Objective-C: creation, verification and stubbing

    OCMockito is an Objective-C framework that enables behavior-driven development through mocking. It allows developers to create mock objects for unit tests, focusing on interaction testing in Objective-C projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    orb DID Method

    orb DID Method

    A DID method implementation that extends the Sidetree protocol

    ...The did:orb method is based on the Sidetree specification and Activity Anchors is based on the ActivityPub and ActivityStreams specifications. The project is built using make. The BDD test suite can be run with make bdd-test. This command builds the Orb images and runs the integration tests. A full set of integration tests is included, which demonstrate all the features of Orb, including adding followers/witnesses and creating/resolving sample DIDs. (These are located in ./test/bdd/features.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SCRAM

    SCRAM

    Probabilistic Risk Assessment Tool

    SCRAM is a free and open source probabilistic risk analysis tool. The tool is under development to include fault tree, event tree, common cause, and other standard analyses.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 15
    Kiwi

    Kiwi

    Simple BDD for iOS

    Kiwi is a Behavior Driven Development library for iOS development. The goal is to provide a BDD library that is exquisitely simple to setup and use. The idea behind Kiwi is to have tests that are more readable than what is possible with the bundled test framework. Tests (or rather specs) are written in Objective-C and run within the comfort of Xcode to provide a test environment that is as unobtrusive and seamless as possible in terms of running tests and error reporting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Swift

    Selenium Hybrid Automation Framework with BDD tool Cucumber

    ...The Automation regression suite can be created or modified using tester friendly keywords for modules, screens, and verifications, thereby ensuring a more effective and efficient Test automation process and better ROI through the complete application life cycle. Swift is also integrated with Behaviour driven developement ( BDD ) tool Cucumber.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Cgreen

    Unittesting and mocking framework for C and C++

    Cgreen has MOVED to GitHub: https://github.com/cgreen-devs/cgreen, files, documentation, source, issues are all there. This repo is OBSOLETE and not updated anymore. Cgreen is a unittesting and mocking framework for C and C++. Features include composite test suites, each test can be run in it's own process, trapping of hung tests, setup and teardown, extensible interface, support for mocking functions and automatic discovery of tests. Go to GitHub: https://github.com/cgreen-devs/cgreen...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Reptivate

    Replace characters or expressions when you copy/past

    ...Activation/désactivation par raccourci clavier. Modification du délai de scan du presse-papier. Notification du remplacement. * Mémorisation du fonctionnement. * Possibilité d'importer/exporter la BDD d'expression. * Fonctionne sous Windows XP/7/8/8.1 -- Replace characters or expressions automatically when you copy/past on your computer. Activation is done with shortcuts. Modification directly in the Copyboard. Import/Export of database expression. * Notification and mémorisation of activation. * Compatible with Windows XP/7/8/8.1 --- * Upgrade 1.3.5
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PasswordManager

    PasswordManager

    Gestionnaire de mot de passe réseau avec système d'autorisation.

    ...Pour l'instant, l'application utilise PostgreSQL 9.2 et une connexion Active Directory (simple ou via Kerberos). Néanmoins, il est possible de créer d'autres classes pour changer la BDD utilisée ou l'annuaire LDAP. Des classes abstraites ont été écrites pour. L'application est fournie dans une distribution Debian 7 wheezy amd64 pour garder la BDD est le service sur le même support. Mais il est possible d'installer la BDD et le service sur deux systèmes différents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    OpKey Personal Edition

    OpKey Personal Edition

    The Tool Agnostic Test Automation Platform

    It is not easy to find a perfect combination of open source automation tool and a free enterprise grade automation framework on top it. You can have this combination working for you when you use OpKey Personal Edition - The Tool Agnostic Test Automation Platform with Selenium RC(OpKey 1.0) and Selenium WebDriver(OpKey 2.0)- The most popular open source tool. And good news is - its FREE! So download it and start automating from day 1. Have Questions? Mail us at...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Bots de Servicios para una red ircuh con soporte bdd ircservices-4.3.3+Upworld-1.1+BDD (botshispanobdd-1.2.1) + services-bdd = euskalirc-services-bdd
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A Binary Decision Diagram library, with : many highly efficient vectorized BDD operations, dynamic variable reordering, automated garbage collection, a C++ interface with automatic reference counting, and much more.
    Leader badge
    Downloads: 136 This Week
    Last Update:
    See Project
  • 24

    Kazuki

    A small, customizable automation framework

    Kazuki provides a base to develop small and reliable automation scripts using Ruby and Selenium-webdriver. The aim of the project is to remain small and simple, there are no complex tool and yet can automate any website quickly and easily. Kazuki is built with BDD in mind, but it's not BDD, but rather a domain-specific language with a similar structure. The point of this is to make the code readable, while still being Ruby code in all it's extent. There is no pseudo-code/interpreter, you will be writing directly on ruby code, yet making it really easy and readable. To get started please read the Kazuki Tutorial at: https://sourceforge.net/p/kazu/wiki/Home/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    AnnonceFactory is the bdd part of ilsannoncent
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next