Skip to content

Richargh/testsuite-plugin-krdl-kt-sandbox

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages