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,379 public repositories matching this topic...
-
Updated
Dec 1, 2021 - JavaScript
Describe the bug
In Firefox, the zoom feature uses transform styles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that require position: fixed when in the "Docs" view.
Normally a position: fixed element's position would correspond to the viewport but in Firefox it corresponds to the element with the transform style.
-
Updated
Dec 1, 2021 - Python
https://github.com/facebook/jest/blob/0e0eeed9d794fe0d6d7e84f555d9684f9e944221/packages/jest-types/src/Config.ts#L149
https://github.com/facebook/jest/blob/0e0eeed9d794fe0d6d7e84f555d9684f9e944221/packages/jest-config/src/normalize.ts#L364-L371
This isn't actually a name, it's used as an ID. We have displayName which should be used for e.g. selecting which project to run
-
Updated
Dec 1, 2021 - JavaScript
Socket.io auth
It would be awesome to set a bearer token on a socket.io request just like you can do it on a rest request.
-
Updated
Dec 1, 2021 - JavaScript
-
Updated
Nov 30, 2021 - JavaScript
-
Updated
Oct 13, 2021 - JavaScript
-
Updated
Nov 21, 2021 - JavaScript
-
Updated
Nov 29, 2021 - Go
-
Updated
Nov 24, 2021 - JavaScript
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:
-
Updated
Nov 1, 2021 - Go
Hi,
It seems like the HTTP Assert package does not allow me to specify a body to pass in a POST request for example. Looking at the HTTPBody() function, the body argument is set to nil:
req, err := http.NewRequest(method, url+"?"+values.Encode(), nil)
Is this by design, or am I looking at a missing feature?
Cheers,
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
-
Updated
Nov 21, 2021 - JavaScript
- Faker version: 8.1.2
- OS: Windows 10
For locale fr_FR siren() and siret() methods generate incorrect values.
https://faker.readthedocs.io/en/master/locales/fr_FR.html#faker.providers.company.fr_FR.Provider.siren
https://faker.readthedocs.io/en/master/locales/fr_FR.html#faker.providers.company.fr_FR.Provider.siret
A valid SIREN has 9 digits = 8 digits + 1 Luhn Key
A valid SIRET has 14
-
Updated
Nov 30, 2021 - Java
-
Updated
Dec 1, 2021 - JavaScript
-
Updated
Dec 1, 2021 - Nunjucks
-
Updated
Dec 1, 2021 - JavaScript
-
Updated
Nov 30, 2021 - Python
Problem this feature will solve
Given:
FactoryBot.define do
user(factory: :author) { association(:author, role: role) }
endDefinitionProxy#method_missing will declare the [association](https://github.com/thoughtbot/factory_bot/blob
-
Updated
Nov 8, 2021 - TypeScript
- Wikipedia
- Wikipedia
Testing apps
Testspace.com
Integrated GitHub test solution for CI Results Dashboard, Reporting, Manual Test Case Management, and Exploratory
BuildPulse
Automatically detect, track, and rank flaky tests so you can regain trust in your test suite
TestQuality
The #1 Test Case Creation and Management for GitHub Workflows

