#
testing-library
Here are 147 public repositories matching this topic...
Fluent assertions for Java and Android
java
unit-testing
stackoverflow
junit
test-framework
truth
travis-link
assertion-framework
travis-shield
gh-pages-shield
stackoverflow-shield
maven-shield
testing-library
-
Updated
Sep 3, 2020 - Java
javascript
testing
jest
dom
jsdom
jest-matchers
testing-library
react-testing-library
custom-matcher
dom-testing-library
testing-library-react
-
Updated
Aug 22, 2020 - JavaScript
Nice and simple DSL for Espresso in Kotlin
android
kotlin
dsl
android-test
espresso
android-ui
ui-testing
testing-framework
testing-library
testing-tool
-
Updated
Sep 1, 2020 - Kotlin
The successor to nose, based on unittest2
python
testing
library
python-library
python3
unittest
testing-tools
python-3
python-2
python2
nose
unittesting
unit-test
testing-framework
nosetest
nosetests
testing-library
testing-tool
nose2
-
Updated
Aug 30, 2020 - Python
Extends Selenium's Python bindings to give you the ability to inspect requests made by the browser.
-
Updated
Aug 10, 2020 - Python
-
Updated
Aug 11, 2020 - TypeScript
ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library
-
Updated
Sep 1, 2020 - TypeScript
Human-friendly unit testing for C++11
testing
c-plus-plus
library
tdd
cpp
c-plus-plus-11
bdd
cpp11
test-framework
header-only
behavior-driven-development
test-driven-development
cpp-library
testing-framework
testing-library
-
Updated
Apr 3, 2020 - C++
docs site for *-testing-library
-
Updated
Sep 2, 2020 - JavaScript
BusyBee is an alternative API for IdlingResources in Espresso tests
-
Updated
Jul 27, 2020 - Java
chrome-extensions
testing-library
react-testing-library
dom-testing-library
testcafe-testing-library
-
Updated
Jun 17, 2020 - CSS
Advanced, but minimalistic Next.js pre-configured starter with focus on DX
react
i18n
graphql
docker
nginx
boilerplate
typescript
apollo
authentication
jest
universal
nextjs
starter
zeit
developer-experience
testing-library
react-testing-library
-
Updated
Jul 31, 2020 - TypeScript
react
redux
javascript
i18n
template
boilerplate
styled-components
redux-saga
nextjs
seo
emotion
css-in-js
rocket
reselect
search-engines
immer
testing-library
react-next-boilerplate
next-i18next
boilerplate-community
-
Updated
Aug 19, 2020 - JavaScript
Awesome Testing Blog Tests
java
testing
test
test-automation
testing-tools
testing-framework
testing-library
test-automation-harness
test-automation-project
-
Updated
Aug 31, 2020 - HTML
Stargazer UI Regression Testing Library for Expo/React Native Apps 📸
ui-design
testing-tools
reactnative
ui-testing
testing-framework
expo
testing-library
testing-javascript
-
Updated
Aug 7, 2020 - TypeScript
Cross-platform Robot Framework library for GUI automation based on image recognition
-
Updated
Aug 25, 2020 - Python
Opinionated quickstart Create React App template with Redux, React Testing Library and custom eslint configuration
react
redux
stylelint
eslint
create-react-app
reactjs
starter-template
eslint-rules
eslint-configurations
cra
testing-library
react-testing-library
cra-template
redux-template
quickstart-redux
-
Updated
Sep 1, 2020 - JavaScript
A Jest transformer for Svelte - compile your components before importing them into tests.
-
Updated
Sep 2, 2020 - JavaScript
Priytam
opened
Jun 13, 2020
hopefully the last eslint config you'll ever need
-
Updated
Sep 3, 2020 - JavaScript
Fluent API around playwright
testing
test-runner
test-automation
test-framework
e2e
fluent-api
testing-library
playwright
playwright-api
playwright-fluent
-
Updated
Jul 26, 2020 - TypeScript
A simple bash script to test JSON API from terminal in a structured and organized way.
testing
bash
automation
json-api
curl
test
integration-testing
jq
testing-tools
api-test
bash-script
api-testing
automated-testing
bash-scripting
testing-framework
testing-library
api-testing-framework
automated-test-runner
testing-automation
automated-api-test
-
Updated
Aug 31, 2020 - Shell
Unit Testing framework for PicoLisp
-
Updated
Jul 27, 2020 - PicoLisp
A Kotlin DSL for gorgeous RxJava2 tests
-
Updated
Dec 30, 2018 - Kotlin
JUnit 5 runner for Scalatest
testing
scala
gradle
test
gradle-plugin
junit
junit-test
testing-tools
junit-tests
junit-5
scalatest
junit-runner
testing-library
testing-tool
junit-platform
scalatesting
scalatest-junit-runner
-
Updated
Jul 24, 2020 - Java
Example project for how to use Material UI with Next.js
-
Updated
Sep 3, 2020 - TypeScript
Generate components, containers, stories and tests for existing and new react components
react
redux
javascript
testing
template
components
component
es6
react-components
container
react-intl
react-redux
selector
javascript-library
scaffolding
saga
plop
plop-generators
testing-library
testing-library-react
-
Updated
Aug 1, 2020 - JavaScript
React Testing course created for the Italian ReactJSDay 2019 conference
react
testing
unit-testing
jest
integration-testing
badge
cypress
component-testing
e2e-testing
testing-library
-
Updated
Sep 1, 2020 - JavaScript
Improve this page
Add a description, image, and links to the testing-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the testing-library topic, visit your repo's landing page and select "manage topics."
I have used testcafe-testing-library on chrome/firefox/IE11. Chrome and Firefox all work fine but I am having these errors on IE11:
An error occurred in Selector code:
TypeError: Unable to get property 'apply' of undefined or null reference
An error occurred in a script injected into the tested page:
TypeError: Unable to get property 'for' of undefined or null reference
I am wonderin