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 10,429 public repositories matching this topic...
-
Updated
Feb 12, 2021 - JavaScript
Describe the bug
If the current day of the month the user is in is not available in the target month in the controls date picker, then it would not allow you to select the month. I noticed that the date picker was working fine yesterday (1/28) when I need to select 2/5 for the view and then today (1/29) when I try to select 2/5 it would automatically switch to 3/5.
To Reproduce
Steps
🚀 Feature Proposal
From #10123.
When we find a config file, we should also check if there is a jest entry in any sibling package.json and print a warning that it is ignored.
If using --config we should not warn.
Motivation
Helps the user have correct and consistent
Fast, easy and reliable testing for anything that runs in a browser.
-
Updated
Feb 12, 2021 - JavaScript
Describe the bug
When I pull the resize button of the code editor, it doesn't the resize the code in the editor.
To Reproduce
Steps to reproduce the behavior:
- Click the resize button on the code editor and drag it down
- The code doesn't resize
Expected behavior
I expected the code to resize as I drag down the button.
Screenshots
If applicable, add screenshots to
-
Updated
Feb 13, 2021 - JavaScript
JavaScript Testing utilities for React
-
Updated
Feb 10, 2021 - JavaScript
Node.js test runner that lets you develop with confidence
-
Updated
Feb 13, 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:
GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.
-
Updated
Feb 8, 2021 - Go
-
Updated
Feb 3, 2021 - JavaScript
@benoittgt very kindly submitted a PR to fix some spacing issues in the markdown using gofmtmd.
It should be possible to automate this as part of the build script
They should take single matcher during construction, and their match method should take a generic range, using the new generic matcher support.
Expected usage:
REQUIRE_THAT(get_keys(), AllMatch(KeyPattern({1, 2, 3})));
REQUIRE_THAT(get_numbers(), NoneMatch(IsOdd{}));
REQUIRE_THAT(get_strings(), AnyMatch(Contains("webscale") && !Contains("MongoDB")));the matching semantics
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,
Most popular Mocking framework for unit tests written in Java
-
Updated
Feb 11, 2021 - Java
-
Updated
Jan 1, 2021 - JavaScript
End-to-end testing framework written in Node.js and using the Webdriver API
-
Updated
Feb 9, 2021 - JavaScript
PHP Static Analysis Tool - discover bugs in your code without running it!
-
Updated
Feb 13, 2021 - PHP
Gray box end-to-end testing and automation framework for mobile apps
-
Updated
Feb 12, 2021 - JavaScript
A library for setting up Ruby objects as test data.
-
Updated
Feb 13, 2021 - Ruby
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
-
Updated
Feb 11, 2021 - Python
Dev environment for building scalable, high-quality user interfaces
-
Updated
Feb 2, 2021 - TypeScript
A faster, simpler way to drive browsers supporting the Chrome DevTools Protocol.
-
Updated
Jan 22, 2021 - Go
Would it be possible to add "trim" parameter to keyword "Should Be Equal As Strings" (+related keywords)?
Many times I need to compare two strings, but there are some trailing or leading whitespaces in the actual value, which I don't care about, so I always have to trim them before. Having trim as a parameter in these keywords would help me a lot :)
A list of (almost) all headless web browsers in existence
-
Updated
Feb 11, 2021
- Wikipedia
- Wikipedia
Testing apps
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

