-
Updated
Nov 30, 2020 - JavaScript
{{ message }}
Node.js test runner that lets you develop with confidence
A Node.js tool to automate end-to-end web testing.
UI Automation Framework for Games and Apps
Language-agnostic HTTP API Testing Tool
Fluent assertions for Java and Android
When running build.ps1 -t Test, the following output describes the failing tests:
- Failed : NUnit.Framework.Api.FrameworkControllerTests.ExploreTestsAction_FileNotFound_ReturnsNonRunnableSuite
Expected: String containing "The system cannot find the file specified."
But was: "Le fichier sp├®cifi├® est introuvable. (Exception from HRESULT: 0x80070002)"
at NUnit.Framework.Api.Framew
Event driven concurrent framework for Python
Over the wire test doubles
The modern, simple and intuitive PHP unit testing framework.
AST based PHP Mutation Testing Framework
Fluent testing library for ASP.NET Core MVC.
A cross-engine test automation framework based on UI inspection
In a pact-node consumer test, I have -
describe('edit a policy', () => {
const REQUEST_BODY = {
name: 'account-holder',
version: '2020-07-10T01:22:09.488Z',
};
const RESPONSE_BODY = {
name: Matchers.like('account-holder'),
version: Matchers.ISO8601_DATETIME_WITH_MILLIS_FORMAT,
additionalAttributes: Matchers.like({}),
};
beforeEach(
Fluent testing framework for ASP.NET Web API 2.
I would like to drop Spring Boot support for 1.5.x. It is EOL https://spring.io/blog/2018/07/30/spring-boot-1-x-eol-aug-1st-2019
I would also add some notes in the docs, that we adhere to the spring boot lifecycle in order to be transparent about dropping support for versions.
As part of the process of making the Pact docs more user friendly, we'd like to start writing feature documentation once, and providing code examples for each of the languages, rather than everyone having to write the same docs over and over again in each language.
The documentation for the consumer version selectors can be our first opportunity to give this approach a try. I have written the beh
WebUI automation testing framework based on Selenium
MSTest V2 framework and adapter
An extremely fast and simple JavaScript test runner.
C#/.NET test automation framework for web
The analysis.py script provides just one confidence interval: 95%. While that is related to the 2-sigma interval of normal distribution, so in theory allows for easy estimation of bigger confidence intervals (like 3, 4, 5-sigma), it assumes a normal distribution, which the differences don't follow, and may be
HTTP mocking for Rust!
QTA driver for Android app
Human-friendly unit testing for C++11
Add a description, image, and links to the test-framework topic page so that developers can more easily learn about it.
To associate your repository with the test-framework topic, visit your repo's landing page and select "manage topics."
They should take single matcher during construction, and their
matchmethod should take a generic range, using the new generic matcher support.Expected usage:
the matching semantics