gwt-tester

Installation
SKILL.md

GWT Tester

Use these instructions to write clean, readable tests with Given/When/Then semantics.

Terminology Map

Use the agnostic terms below throughout this skill.

Agnostic term JS/TS example Dart example
Suite block describe group
Case block it / test test
Setup once (for a suite) before setUpAll
Setup each (per case) beforeEach setUp
Teardown once (for a suite) after tearDownAll
Teardown each (per case) afterEach tearDown
Related skills
Installs
11
First Seen
Mar 2, 2026