Viewer

Separate application views from your core logic and iterate faster on developing, testing them.

Usage

Look at the source of the /demo file for an example.

Things to notice:

  • file type of the /demo file,
  • there is a central CSS file /demo/style.css,
  • views are stored in placeholder 1 within the viewer app,
  • each view has a schema in a child named schema,
  • each view can have multiple test cases stored within them, in placeholder 1.