Fast, easy and reliable testing for anything that runs in a browser.
-
Updated
Jan 8, 2022 - JavaScript
{{ message }}
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.
Fast, easy and reliable testing for anything that runs in a browser.
GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.
Most popular Mocking framework for unit tests written in Java
A Node.js tool to automate end-to-end web testing.
Gray box end-to-end testing and automation framework for mobile apps
Go testing in the browser. Integrates with `go test`. Write behavioral tests in Go.
Test Automation Made Simple
A curated list of awesome test automation frameworks, tools, libraries, and software for different programming languages. Sponsored by http://sdclabs.com
Quick and Easy server testing/validation
The smallest, simplest and fastest JavaScript pixel-level image comparison library
A client-side server to build, test and share your JavaScript app
An online request replication tool, also a tcp stream replay tool, fit for real testing, performance testing, stability testing, stress testing, load testing, smoke testing, etc
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.
My simple Swiss Army knife for http/https troubleshooting and profiling.
Useful to avoid people checking in seeds to master/main
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.
Generate HTTP load and plot the results in real-time
A node.js library for testing modern web applications
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-core for Debian/Ubuntu/Linux Mintyum install bats-core for Fedora/RedHat/CentOSFlathub 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
Light weight cross-platform test automation
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)
git clone https://github.com/fulaphex/foo.git
cd foo
garden build -l 5
pull your submodules before running `garden
a Restful Api test tool
Chaos testing, network emulation, and stress testing tool for containers
Mutation testing for JavaScript and friends
Is there an existing issue for this?
Summary
It would be amazing to have an Authorization tab on GraphQL, as it is for REST.
Why should this be worked on?
Authorization is also a thing in GQL and having automated OAuth mechanism would be👍