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,253 public repositories matching this topic...
Describe the bug
In the config.js addParameters function, if I set isFullscreen: true and open the webpage, it is fullscreen on startup. But if I set isFullscreen: false and open the webpage again, it is still full-screen on startup.
To Reproduce
- Set
isFullscreen: true, open the webpage, - Close the webpage or stop the server
- Set
isFullscreen: false, open the webpa
Given the immense popularity of Docker and the need to harden it different per platform (see ideas below) - we'd like to start writing a Docker best practices section.
You're welcome to contribute ideas and write best practices - writing and brainstorming will people is an amazing way to deepen your Docker understanding.
At first, we want to collect ideas for best practices, solidify a list
-
Updated
Jul 17, 2020 - TypeScript
Current behavior:
We use --env variable to pass some environment variables to cypress, when it's running both in headless and headed mode.
One of the parameters is a hash (mix of numbers and characters). Surprisingly some specific hash values make cypress to fail reading this value from the command line (e.g. 769e98018). The corresponding environment variable is not set and the `Cyp
-
Updated
Jul 17, 2020 - Vue
lint the jsdoc
I'm getting bit with failing documentation builds because I'm writing docstrings that JSDoc doesn't like (specifically, TS-style). But there's no linting happening before getting to Netlify.
We may be able to make JSDoc just check the syntax and exit (and make it part of the lint scripts).
This is moot if we want to move forward with maintaining our own TS types (for which there is an op
-
Updated
Jul 6, 2020 - JavaScript
Spurred by conversation in avajs/ava#2449 and avajs/ava#1485 we'd like for our assertions to return booleans. true when they pass, false when they fail. This does not apply to the throws() and throwsAsync() assertions.
Failing assertions will fail the test, but do not throw exceptions. This means your test does not stop executing. Usua
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Jul 17, 2020 - Go
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Jul 16, 2020 - C++
-
Updated
Jul 12, 2020 - Go
-
Updated
Jul 17, 2020 - Java
-
Updated
Jul 17, 2020 - HTML
-
Updated
Jul 17, 2020 - Ruby
Update Mocking Guide
Is your feature request related to a problem? Please describe.
This is releated to this.
I believe documentation on the topic of mocking is outdated. I'm quite new to React Native and it took me a while until I figured that current version of metro does not support `r
-
Updated
Jul 14, 2020 - TypeScript
-
Updated
Jul 17, 2020 - Python
-
Updated
Jul 15, 2020 - Go
-
Updated
May 1, 2020
-
Updated
Jul 21, 2019 - Shell
-
Updated
Jul 14, 2020 - Python
- Wikipedia
- Wikipedia
Testing apps
BuildPulse
Automatically detect, track, and rank flaky tests so you can regain trust in your test suite
TestQuality
Modern, powerful, test plan management


Tell us about your environment:
What steps will reproduce the problem?
try to pass a promise to
await page.waitForResponse(response => condition)instead ofurlOrPredicate.What is the expected result?
expect async function to work
What happens instead?
no waiting as promise