Skip to content
#

Testing

Testing is the practice of systematically testing software to make sure it works. Testing can be iterative, and happen multiple times.

Eliminate bugs and ship with more confidence by adding these tools to your workflow.

Here are 12,245 public repositories matching this topic...

storybook
sguzmanm
sguzmanm commented Oct 24, 2021

Is your feature request related to a problem? Please describe.
Mostly maintainability and code readability. When you make a change to any of these renderers you are forced to copy the same code more than three times

Describe the solution you'd like
A global component for rendering the response that receives as inputs:

  • The response
  • List of actions and a callback for each of the
praveenngp
praveenngp commented Sep 9, 2020

Are you creating an issue in the correct repository?

  • When in doubt, create an issue here.
  • If you have an issue with the Jasmine docs, file an issue in the docs repo
    here: https://github.com/jasmine/jasmine.github.io
  • This repository is for the core Jasmine framework
  • If you are using a test runner that wraps Jasmine, consider filing an issue with that library if appropriate:

laoshaw
laoshaw commented Oct 30, 2021

Describe the bug
when I turn on CATCH_CONFIG_DISABLE, all CAPTURE(i,j) , i.e. more than one arg will err.

Expected behavior
No such error

Reproduction steps
Build below code with -DCATCH_CONFIG_DISABLE

#include "catch.hpp"

TEST_CASE("generators") {
    auto i = GENERATE(as<std::string>(), "a", "b", "c");
    SECTION("one") {
        auto j = GENERATE(range(8, 11
Wikipedia
Wikipedia

Testing apps

TestQuality

The #1 Test Case Creation and Management for GitHub Workflows

BuildPulse

Automatically detect, track, and rank flaky tests so you can regain trust in your test suite

Testspace.com

Integrated GitHub test solution for CI Results Dashboard, Reporting, Manual Test Case Management, and Exploratory