skills/testing/SKILL.md
Use for JVM unit tests, Robolectric, AndroidX Test, and JaCoCo in contentstack-android.
npx skillsauth add contentstack/contentstack-android testingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
contentstack/src/test/testDebugUnitTest for fast feedback; Robolectric enables Android APIs on JVM where configured.androidTest exists for on-device tests—run on emulator/CI when changing UI-adjacent or integration paths.testCoverageEnabled—JaCoCo outputs feed into reporting tasks defined in the module build.gradle.MockWebserver and fixtures for HTTP; avoid embedding real stack credentials in the repo.development
Use for Gradle tasks, CI, release publishing, and branch flow in contentstack-android.
development
Use for Android module layout, Gradle config, and Kotlin/Java conventions in contentstack-android.
tools
Use for AGP, Gradle plugins, JaCoCo, signing, and native Android build concerns in contentstack-android.
development
Use for the public Android Content Delivery SDK surface and package com.contentstack.sdk.