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 8,232 public repositories matching this topic...
I tried to follow the initial steps from here: https://www.learnstorybook.com/intro-to-storybook/react/en/get-started/
running:
npx create-react-app taskbox
cd taskbox
Then when I ran:
npx -p @storybook/cli sb init
I get the error TypeError: Cannot set property 'storybook' of undefined
This is the full message in my terminal:
sb init - the simplest way to add a
🚀 Dockerfile for contributing to Jest
Create a DockerFile to run jest.
Motivation
It would be nice to have a option to run Jest with a one-click command instead of having to do any manual setup.
- I'd be happy to create a DockerFile for Jest and matching documentation.
Is your feature request related to a problem or a nice-to-have?? Please describe.
I wasted a good deal of time trying to get the "exports" interface (which I think is perfect for organizing tests for a large OOP project) only to find that it just does not work in the browser. I can get my demo test to run on the command line (node) just fine but Firefox and Chromium ignore the exported test s
Hello! Big fan of enzyme here.
I use Enzyme a lot for unit testing and I've noticed recently that people are consistently recommending people use instance prop functions versus using the simulate behavior provided by Enzyme because of the bad implementation.
Is there anyway we could get the docs updated with what the preferred solution is? It's not really clear as the docs stand right now.
Cypress 3.8.3
You can click on "Integration tests" heading
which closes the file tree - and you have no idea that it was collapsed and can be opened. Surprised me once when I did not see any specs and was like ... where a
test.cb() is a legacy API. It can be used for testing callback APIs, but for anything more advanced we'd prefer you use test() with an async function.
We should update the error message here:
https://github.com/avajs/ava/blob/56338dcb77246b5eca3c01e24d1cb6d66da8f71f/lib/test.js#L597
It should say something like:
Use
test.cb()for legacy callback APIs. When using promises or asy
Is your feature request related to a problem? Please describe.
There is no comprehensive tooling while working with MQTT brokers.
Describe the solution you'd like
A simple interface to connect to an MQTT broker.
Subscribe to topics
Publish to topics
Describe alternatives you've considered
MQTT Lens
Dynamic Headers
The new doc format is great, but since it's no longer a single long page, I can't use my browsers "find" to jump to the line I want.
It would be great to add some version of search to the docs. Or maybe just add a second level to the outline on the left side of the page.
-
Updated
Feb 5, 2020 - Go
Hello there! Cool framework project!!
It accepts translation to Portuguese-Brazil in documentations?
-
Updated
Feb 5, 2020 - JavaScript
Per https://blog.jetbrains.com/idea/2017/10/intellij-idea-2017-3-public-preview IntelliJ can now auto-suggest replacements for deprecated methods. Once IntelliJ 2017-3 is published, let's check whether our deprecations satisfy the requirements for this check.
Maybe we can also write a static analysis check that can automatically verify that whenever we deprecated method we:
- Link to a replac
I assume I want to use Comparison somehow, but the documentation is quite unclear. What I want is (equivalent to):
assert.LessThan(t, 3, 4). // passes
assert.LessThan(t, 4, 3). // fails
- Faker version: 3.0.0
- OS: Windows 10 pro (x64)
I'm using Faker to generate postcode using the pt_BR localization. The example on address section shows a numeric sequence containing 8 numbers and that was what I expect.
fake.postcode()
# '35285968'Anyway, I'm getting some problems i
the install docs
https://github.com/Quick/Quick/blob/master/Documentation/en-us/InstallingQuick.md
contain a link how to set up xcodeworkspaces:
If you don't already have a .xcworkspace for your project, create one. (Here's how)
and that "here's how" link no longer works and is redirected to the xcode docs index page.
-
Updated
Feb 5, 2020 - Python
-
Updated
Feb 5, 2020 - JavaScript
-
Updated
Feb 5, 2020 - PHP
I have searched the issue list for something similar, but I have not found the exact same issue.
The problem is that, given these two models:
factory :employee do
# various attributes
end
factory :job do
association :employee, strategy: :build
endattributes_for ignores any explicit employee assignments:
attributes_for(:job, employee: some_other_em-
Updated
Feb 5, 2020 - JavaScript
The output of the generated docs depend on what Python versions are installed locally etc.
This should be more consistent.
-
Updated
Feb 5, 2020
-
Updated
Feb 5, 2020 - Go
-
Updated
Feb 5, 2020 - 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 :)
- Wikipedia
- Wikipedia
Testing apps
PigCI
Monitor Ruby on Rails apps memory & database usage during CI - Spot memory leaks before deploying to production
ReportPortal.io - AI-powered test automation reporting
Open Source tool that uses Machine Learning to speed up the process to triage and determine why tests fail
TestQuality
Modern, powerful, test plan management
fuzzit.dev
Continuous Fuzzing for C/C++/Java/Golang/Rust & Swift integrated with your current CI/CD workflow

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