Fast, easy and reliable testing for anything that runs in a browser.
-
Updated
Dec 12, 2020 - JavaScript
{{ message }}
Fast, easy and reliable testing for anything that runs in a browser.
An integration test framework for React Native.
Asp.Net Core 3.1 & Angular 10 SPA Fullstack application with plenty of examples. Live demo:
Implement a gPRC version of the API (on a different port) for podinfo and generate the client in podcli.
The largest UI testing best practices list (last update: October 2020)
Browser test runner based on mocha and wdio
Fast and Reliable E2E Web Testing with only Javascript
It is my attempt to create Clean Architecture based application in Typescript
Testing Harness App Extensions for the Quasar Framework 1.0+
there should be a step to run an ansible playbook.
Probably with cloning it from git before (or use git, as another step)
starter project for e2e tests with testcafe
Chai (https://chaijs.com) and Jest (https://jestjs.io/) assertions for testing services built with aws
Solution for two Cypress testing use-cases I came across with: perform a direct http FORM request to the server containing a file and other parameters and upload a file into a form before submission
Code snippets for TestCafe
Example project to demonstrate how to record/replay API with Cypress.
Is your feature request related to a problem? Please describe.
I couldn't find in existing functions like to check if the element has class
Describe the solution you'd like
It would be good if something to check for the class present in an element like waitForClassToBePresentInElement
A simple module to introspect, debug and test any THREE.js application.
契约测试框架。A TypeScript Contract Test for Interface base project.
Short overview
Reduce code duplication for log output
Detailed description
In our code base we're often using a construct similar to the following snippet:
logDebug(message: string, ...data: any[]) {
ifPresent(this.logger, log => log.debug(message, ...data));
}
In order to reduce code duplication, these snippets should be refactored in a re-usable way an made ava
puppeteer UI automation test tools, record once, run everywhere, bringing you a comprehensive and enjoyable automation experience
Nestjs + GraphQL + MongoDB + Passportjs Boilerplate
Working Software conference - the companion repository of the "Mastering UI Testing" talk
Add a description, image, and links to the e2e-testing topic page so that developers can more easily learn about it.
To associate your repository with the e2e-testing topic, visit your repo's landing page and select "manage topics."
My project have routing based on hosts. But web driver make request to http://127.0.0.1:9080.
How can i change host?