rules_webtesting icon indicating copy to clipboard operation
rules_webtesting copied to clipboard

Feature: Kotlin Support

Open sgammon opened this issue 4 years ago • 1 comments

This changeset adds support for running tests written in Kotlin, via the same mechanism used to run Scala tests. The README is also updated with a test sample, and there is a unit test alongside WebTestTest.java, but written in Kotlin.

sgammon avatar Jan 28 '20 06:01 sgammon

fyi this had to include #408 (Scala HTTP fix) to pass CI.

the other errors seem to be either transient, or related to Kotlin not supporting Windows for Bazel yet?

sgammon avatar Jan 28 '20 07:01 sgammon