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 9,964 public repositories matching this topic...
Is your feature request related to a problem? Please describe
In my component's props TS interface, I can use JSDoc comments to set the description, and can even use the @default
tag to describe the default value
However, nothing happens when I use the @deprecated
tag.
Describe the solution you'd like
Some ideas:
- It would be nice i
-
Updated
Nov 15, 2020 - JavaScript
🚀 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
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
Nov 17, 2020 - JavaScript
-
Updated
Nov 16, 2020 - JavaScript
-
Updated
Nov 16, 2020 - JavaScript
-
Updated
Nov 1, 2020 - 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 16, 2020 - Go
-
Updated
Nov 16, 2020 - JavaScript
Currently Catch2 detects compilers ad-hoc, at the place where the code needs to be compiler-specific. This brings a lot of trouble with more obscure compilers, because compilers like to masquerade for different compilers, such as Clang defining GCC-version macros, ICC defining both, IBM XL self-reporting as Clang, and so on. Because compiler-specific sections of code are often indeed compiler-sp
@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
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,
-
Updated
Nov 15, 2020 - Java
-
Updated
Nov 16, 2020 - JavaScript
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Nov 17, 2020 - HTML
-
Updated
Nov 17, 2020 - JavaScript
-
Updated
Nov 4, 2020 - Ruby
-
Updated
Nov 17, 2020 - Python
-
Updated
Nov 9, 2020 - TypeScript
-
Updated
Oct 20, 2020 - Go
Convert To Title Case
was added in RF 3.2 (#2706). Unfortunately its not fully compatible with the old Should Be Title Case
keyword. For example, the second test below fails with 'This Is Not OK!' is not titlecase.
:
*** Settings ***
Library String
*** Test Cases ***
Passes
${title} = Convert To Title Case This is ok.
Should Be Title Case $
-
Updated
Sep 28, 2020
- 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