robertfmurdock / jsmints

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsmints Build Maven Central

Gradle Lib Updates Gradle Wrapper Update

Latest Release GitHub commit activity Testspace tests

Jsmints is a suite of libraries and gradle plugins for working with Kotlin JS, with a focus on testing and version updating.

Included:

react-testing-library

A kotlin wrapper for react testing library. Coroutine sugar included to help avoid common errors, like forgetting to "await" a returned promise.

Most functions are available from the "TestingLibraryReact" singleton object. Import and play.

import com.zegreatrob.wrapper.testinglibrary.react.TestingLibraryReact

user-event-testing-library

A kotlin wrapper for user event. Similar to react-testing-library, coroutine sugar included to help avoid common errors, like forgetting to "await" a returned promise.

wdio

Kotlin wrapper + convenience functions for the wdio js project, to allow node js kotlin code to operate a web browser via wdio. This allows for writing webdriver tests with Kotlin Test.

wdio-testing-library

Kotlin wrapper + convenience functions for wdio testing library.

WDIO Gradle Plugin

This is a one-stop-shop for setting up WDIO for your kotlin project.

Intended to be usable without configuration, but allow the full flexibility of the tool, it comes bundled with defaults that can be changed, including use of the "nice html reporter", screenshot capture, and chrome operation.

Jspackage Gradle Plugin

A gradle plugin that allows you use a package.json file to define your Javascript dependencies.

NCU Gradle Plugin

A gradle plugin that will automatically include npm-check-updates and tasks that take advantage of it.

Requires use of the Jspackage plugin.

React Data Loader

A Kotlin-based react component for handling simple data-loading state. For people who want extremely simple and clear data-loading behavior, and find other React solutions too quirky.

Sugar for React functional components that allows them to use Kotlin data classes as props. This helps avoid the 'forgotten mandatory prop' issue that can happen when using the base Kotlin DSL.

If you choose to use this library, please share feedback! The API is strange and could use some love regarding what's good and what stinks.

minenzyme

A wrapper for the enzyme library. I am not actively supporting this module any more. In future versions it may be removed from the suite.

About

License:MIT License


Languages

Language:Kotlin 94.5%Language:JavaScript 4.9%Language:HTML 0.6%