-
Updated
Sep 18, 2020 - JavaScript
#
tests
Here are 921 public repositories matching this topic...
Fast, easy and reliable testing for anything that runs in a browser.
testing
test
test-suite
test-runner
test-automation
tests
e2e-tests
testing-tools
javascript-tests
end-to-end-testing
cypress
e2e-testing
Language-agnostic HTTP API Testing Tool
testing
api
http
unit-testing
validation
integration-testing
swagger
test-runner
openapi
tests
test-framework
api-blueprint
cli-app
dredd
openapi-validation
testing-framework
openapi3
sjs-team
openapi2
-
Updated
Sep 16, 2020 - JavaScript
BDD style assertions for node.js -- test framework agnostic
-
Updated
Oct 29, 2019 - JavaScript
Official ECMAScript Conformance Test Suite
-
Updated
Sep 18, 2020 - JavaScript
Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work.
-
Updated
Aug 31, 2020 - Go
Spinning up mongod in memory for fast tests. If you run tests in parallel this lib helps to spin up dedicated mongodb servers for every test file in MacOS, *nix, Windows or CI environments (in most cases with zero-config).
-
Updated
Sep 16, 2020 - TypeScript
testing
vuejs
vue
vuejs2
tests
testing-tools
test-driven-development
vue-testing
vue-testing-tools
vuesjs2-testing
vue-test-utils
vue-testing-utilities
vue-test-utilities
vue-test
avoriaz
vue-testing-framework
-
Updated
Sep 9, 2020 - JavaScript
A lightweight library to simplify and generalize the process of writing unit tests for C applications.
-
Updated
May 28, 2020 - Shell
The Kotlin fake data generator library!
android
kotlin
open-source
utility
library
android-library
tests
utility-library
test-driven-development
fakeit
data-faker
-
Updated
Jun 23, 2018 - Kotlin
Role based access control using actions, attributes and sync and async conditions
-
Updated
Jul 29, 2020 - TypeScript
Jest preset for MongoDB in-memory server
-
Updated
Sep 16, 2020 - JavaScript
Regression Test Selection library for your RSpec test suite
-
Updated
Aug 27, 2020 - Ruby
reference code for syntaxnet
conll
tests
dependency-parser
syntaxnet
universal-dependencies
brat
sejong-corpus
dragnn
training-parser
training-tagger
-
Updated
Feb 19, 2020 - Python
-
Updated
Mar 29, 2019 - JavaScript
Open
The MSS settings
PrzemyslawKlys
commented
Oct 8, 2019
nodejs
api
jwt
sql
architecture
restful
postgresql
cookies
tests
starter-kit
objectionjs
framework-agnostic
express-boilerplate
nodejs-api
access-token
refresh-token
-
Updated
Aug 25, 2020 - JavaScript
mity
commented
Jan 11, 2020
Make the output, especially as generated by the macros TEST_CHECK()
, TEST_MSG()
and TEST_DUMP()
, automatically adapt to the current terminal size, so that it looks good in a reasonably small terminal window but can use effectively more space if the terminal window is big.
This should involve:
- Explore what API is available for the purpose on the platform of your choice.
- A pre-pro
javascript
npm
c-plus-plus
package
cmake
typescript
webpack
modern
cpp
glue
webassembly
wasm
starter
tests
emscripten
typesafe
asmjs
declarations
embind
-
Updated
Jul 28, 2020 - TypeScript
Creates a minimal Express server for testing
-
Updated
Oct 10, 2019 - JavaScript
A progressive test framework for C.
-
Updated
Apr 4, 2020 - C
A kotlin library to simplify how to do espresso tests on Android.
-
Updated
Dec 13, 2018 - Kotlin
Improve this page
Add a description, image, and links to the tests topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tests topic, visit your repo's landing page and select "manage topics."
Let's say you've changed
house/serializers.py
. Would be nice to run the tests ofhouse/test_serializers.py
or even the tests that were related.To keep in mind: