-
Test Unit tests
Unit tests This tool enables running unit & integration tests in the browser. This allows testing code in the target platform with access to browser context and APIs without the need to mock those out with JSDOM. This uses a lightweight testing tool called modern web, Mocha, and Chai for testing framework and assertion…
-
How to configure new docs
Docs are awesome For each Web Capture configuration setting, the structure is based on a Default Rule and, optionally, Subrules and Additional Rules. For every config option, Each Rule and Subrule can specify distinct URLs to evaluate, enabling specific targeting of where to evaluate each value. Rule: this is the parent of…
-
Config Documentation
Hello world Command line parameters passed to the framework need to be separated from the initial command with two hyphens --. Not all configuration options are available through the command line. The ones that are available have the same name as their property in the configuration file preceded with two hyphens. The most…
-
Mermaid test article
Multi config 🤷 ## Description This is a test config for mermaid docs mermaid sequenceDiagram Alice ->> Bob: Hello Bob, how are you? Bob-->>John: How about you John? Bob--x Alice: I am good thanks! Bob-x John: I am good thanks! Note right of John: Bob thinks a long<br/>long time, so long<br/>that the text does<br/>not fit…