Step 1: Creating a new regression test suite
To create a new suite of regression tests for a specific web component create a file with the naming convention view.component.[COMPONENT TAG].inc.utl within this skin's includes directory.
Ex: view.component.blox-divider.inc.utl Then use this file to write your own custom HTML markup to test the component's functionality.
Step 2: Viewing my regression test suite
To view/render your regression test suite append the query parameter "component" to your URL and set the value to the component tag.
Ex: https://www.blox-cms-site.com/testing?component=blox-divider