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 13,216 public repositories matching this topic...
-
Updated
Mar 9, 2022 - 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.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Go to realtime
- Paste url
wss://ris-live.ripe.net/v1/ws/?client=hoppscotch.io
- Observe connect is disabled
- Remove parameter, quickly undo it and click connect (also a bug)
- Send
{ "type": "ris_subscribe" }
to the remote server - Observe you receive
-
Updated
Mar 21, 2022 - Python
🚀 Feature Proposal
https://jestjs.io/docs/asynchronous
It currently says "The most common asynchronous pattern is callbacks." This is wrong. We should put promises at the top, and callbacks last. We should probably lift up async-await
as well, before the example returning promises.
If you want to work on this, please state so in this issue so not multiple people start working
Current behavior
According to the docs, https://docs.cypress.io/api/commands/wait#Aliases
and also the type definition for wait()
-
wait(alias: string[], options?: Partial<WaitOptions>): Chainable<Interception[]>
a wait
that accepts an array of aliases, should return an array of Interception
This doesnt seem to be the case when the array has one interception. The
Discussed in microsoft/playwright#11891
Originally posted by huy-nguyen February 6, 2022
Is it possible to add keyboard shortcuts for debugging functionality in the inspector in a similar manner to Chrome dev tools, for example, F8 for run, F10 for step over etc?
-
Updated
Mar 21, 2022 - JavaScript
-
Updated
Mar 20, 2022 - JavaScript
-
Updated
Mar 16, 2022 - JavaScript
-
Updated
Mar 20, 2022 - Go
-
Updated
Mar 19, 2022 - JavaScript
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
Mar 18, 2022 - Go
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
Mar 6, 2022 - JavaScript
Describe the bug
When compiler flags are such that __FILE__ macro is replaced with a relative file path (on MSVC no /Z7, /Zi or /ZI and no /FC) then it might be replaced with just a filename with no path separators. In this case tags for tests with --filenames-as-tags do not contain '#' symbol.
The bug is present in the 2.x branch, but not in the main branch where the relevant code has
- 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
Mar 20, 2022 - Java
-
Updated
Mar 21, 2022 - JavaScript
-
Updated
Mar 21, 2022 - Nunjucks
-
Updated
Mar 21, 2022 - JavaScript
-
Updated
Mar 21, 2022 - Python
-
Updated
Mar 2, 2022 - TypeScript
Problem this feature will solve
Given:
FactoryBot.define do
user(factory: :author) { association(:author, role: role) }
end
DefinitionProxy#method_missing
will declare the [association](https://github.com/thoughtbot/factory_bot/blob
- Wikipedia
- Wikipedia
Testing apps
Testspace.com
Test Management software for DevOps, including CI Results Dashboard, Manual Test Case Management, and Exploratory testing
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