-
Updated
Nov 30, 2021 - JavaScript
testing-tools
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 2,336 public repositories matching this topic...
-
Updated
Nov 9, 2021 - JavaScript
-
Updated
Nov 1, 2021 - Go
-
Updated
Nov 29, 2021 - Java
-
Updated
Nov 29, 2021 - JavaScript
-
Updated
Nov 30, 2021 - JavaScript
-
Updated
Nov 1, 2021 - Go
-
Updated
Nov 29, 2021 - Java
-
Updated
Nov 15, 2021 - Objective-C
-
Updated
Oct 29, 2021
-
Updated
Nov 13, 2021 - Go
-
Updated
Sep 15, 2021 - JavaScript
-
Updated
Nov 28, 2021 - JavaScript
-
Updated
Oct 13, 2021 - C
I have two setups, in one the -parallel option works just fine in vscode - it generates parallel test cases as it should. In the other it doesn't do anything (not reporting errors in custom flags is a problem in the vscode go plugin, which is not the issue here).
Both were installed with go get -u github.com/cweill/gotests/... when in the $HOME directory within 15 minutes of each other.
-
Updated
Nov 21, 2021 - Shell
Please describe the feature you'd like to see including any solutions in mind if you have any
This is suggested in Gitter chat (Russian room). We have such method for uia_controls.MenuWrapper. But some menus are implemented as toolbar with drop-down submenus. It makes sense to add similar methods to choose such submenu items.
-
Updated
Nov 9, 2021 - Go
-
Updated
Nov 30, 2021 - JavaScript
As the moment it's only possible to install bats from bats-core from source on linux.
We should create packages to install easily on Linux.
It could be:
apt install bats-corefor Debian/Ubuntu/Linux Mintyum install bats-corefor Fedora/RedHat/CentOS- a package on (Flathub](www.flathub.org)
- a snap on https://snapcraft.io/
...
Flathub is probably the easiest to support most d
Hi there,
I think this can be a good issue for a first-time contributor. It would be great if we can increase documentation for the DatabaseCleaner::Configuration API: https://github.com/DatabaseCleaner/database_cleaner/blob/master/lib/database_cleaner/configuration.rb#L56-L72
Even though methods are pretty self-explanatory, I think it is a good idea to maintain a complete documentation for
-
Updated
Nov 5, 2021 - Go
Bug
Current Behavior
garden build will hang indefinitely if there is an empty submodule in the project. Running garden build -l 5 shows a loop with of two git commands being executed (http://ix.io/2BFN)
Reproducible example
git clone https://github.com/fulaphex/foo.git
cd foo
garden build -l 5
Workaround
pull your submodules before running `garden
-
Updated
Feb 9, 2019 - TypeScript
-
Updated
Nov 21, 2021 - Go
-
Updated
Nov 30, 2021 - TypeScript
-
Updated
Nov 18, 2021 - Python
- Wikipedia
- Wikipedia
It would be awesome to set a bearer token on a socket.io request just like you can do it on a rest request.