Skip to content
Craig Fowler edited this page Feb 21, 2018 · 10 revisions

Sidebar navigation

The content below is only preliminary notes and not a complete wiki page. These notes serve as a framework for how this page should be written and are not the final content. Issue #122 is open to transform these notes into useful documentation pages.

Home page content

Introduction

Keep the introduction incredibly brief, and link to the screenplay concepts page.

Example

Use an NUnit example because it will be more terse and recognisable. Provide no explanation, but link to the Using Screenplay with NUnit section.

Also, prominently feature that Screenplay works well with SpecFlow, and link to the SpecFlow section.

Start using Screenplay

Include some words about how to start using Screenplay with your project.

  1. Create a test assembly
  2. Install the NuGet package
  3. Configure your integration
  4. Write some tasks
  5. Write your tests