Specification language #
To extend Bombadil with domain-specific knowledge, you write specifications. These are plain TypeScript or JavaScript modules that use the library provided by Bombadil to export properties and action generators.
Here’s how you run Bombadil with a custom specification:
bombadil browser test https://example.com example.tsFor a full listing of CLI options, see the reference.