The Application Shell Edit on GitHub


At the top of each page is a navigation bar split into two horizontal lines:

Navigation Bar and Status Bar

The top bar (in black) has these options from left to right:

  1. The Storyteller 3 name is a link back to the entry page
  2. The name of the active Connecting Storyteller to your System. If the editor tool was launched with a "profile" from the command line options, that profile will be shown after the system name in parantheses. Clicking the system name will reload the main specification editor.
  3. A link to Fixtures and Grammars to explore and review the specification language of the current project
  4. The "Documentation" link will open this website in another tab
  5. The Commands menu with options discussed in sections below

The Commands menu

Reloading Specifications

Storyteller should automatically reload any specification data that changes on the file system, but to force the editor to reload all the specification data from the file system, use the Reload All Specs from Disk menu option under the Commands menu at the top right of the user interface.

Force the System Under Test to Recycle

Again, Storyteller attempts to recycle the system under test AppDomain anytime it detects changes to files under the /bin directory with the .dll, .exe, or .config file extensions, it's not perfect. If the file watching fails to detect changes or you just want to manually force the system under test to reload, use the Recycle System command under the Commands menu at the top right of the user interface.

Clearing all Results

To clear any existing results in the specification editor and explorer views, use the Clear All Results menu option under the Commands menu at the top right of the user interface.

Fixture File Operations

See Working with the Fixture Markdown for more information

The Status Bar

The second navigation bar in light gray immediately below the navigation bar has links for the system status and help:

  1. A link for "Save All Changes" appears if any specifications have local, unsaved changes.
  2. The number of specifications in the execution queue. This link is not shown if the queue is empty.
  3. New Fixture will bring up a dialog to begin the creation of a new Fixture in markdown.
  4. A count of grammar errors with the specification language if there are any problems detected. See the section below on Grammar Errors.
  5. A link for the status of the system under test. If the system is still being loaded or recycled, the text will read "Recycling" with a spinning icon. If the system is in a ready state, the link text will read something like "Recycled at [time]" telling you when the system was last loaded. Clicking this link will bring up the system properties modal window explained below.
  6. Search for a specfication or suite. More information below.
  7. The Help link will open a modal window listing the available keyboard shortcuts. Use "ctrl+/" as a shortcut to bring up this window at any time.

Keyboard Shortcut Lookup

Click the Help link at top or type ctrl+/ to open the help dialog that lists the available keyboard shortcuts.

The keyboard help dialog

System Properties

Note! This dialog is mostly useful for troubleshooting issues when using the separate AppDomain execution mode in .Net 4.6.

Clicking the "Recyled at [time]" menu will bring up a modal dialog explaining how Storyteller has built the testing AppDomain to connect to the system under test that will look like this sample:

System Properties Dialog



In previous usage, the selection of the AppDomain configuration file and/or the bin path for loading assemblies has caused some confusion. Use this dialog to see what Storyteller is doing behind the scenes.

If there are any errors encountered when trying to load or recycle the system under test, the "Recycled at [time]" link will turn red with a message that the system is in an invalid state. In that case, the system properties dialog will also show the exception text that Storyteller encountered when the system failed. The link will also show errors when the Storyteller engine fails to create an IExecutionContext at the beginning of a specification run. If this happens, Storyteller will not be able to execute any specifications until the system is recycled without any errors.

Grammar Errors

If there are any errors detected in the specification language when the system under test is loaded or recycled, the status bar will display a link for grammar errors with a count. Clicking this link will take you to a page that lists all the problems detected, which Fixture has the error, and if applicable, which Grammar.

Some sample grammar errors from Storyteller's internal tests is shown below:

The grammar errors screen

Search for Specifications or Suites

Clicking the "Search" link in the status bar, or using the ctrl+n or ctrl+shift+f keyboard shortcuts, will bring up a modal dialog with a single typeahead textbox to search for a specification or suite by name. The functionality is patterned after IntelliJ/ReSharper's ctrl-n finder function.

The search dialog

Queue Count and Execution Queue

Clicking the queue count link will open a new page just showing what specifications are executing and queued for execution. This page provides buttons to cancel specifications one by one or to cancel all the specifications in the queue.

Progress Bar

If a specification is currently executing, a 3rd bar will be shown at the top of the page just below the status bar. The progress bar attempts to show the current progress of any running specification and a button to cancel the current specification.