Richargh / testsuite-plugin-krdl-kt-sandbox

Testsuites Gradle Library (Sandbox)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testsuites Gradle Library (Sandbox)

In 2010 Simon Stewart, Google Test Engineer, wrote that they categorize tests into small, medium and large. This repository shows how to split tests into these three categories with gradle. An older approach via the community test suite plugin can be found on Github.

Features

Usage

  • Build and run all tests: ./gradlew build

  • Run all tests: ./gradlew check

  • Run just the small tests: ./gradlew test

You can play around by enabling, disabling or changing tags of tests.

About

Testsuites Gradle Library (Sandbox)

License:MIT License


Languages

Language:Kotlin 100.0%