Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 650 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 650 Bytes

Running the example

To run this example:

  1. Ensure dart is accessible in the command line (on your path variable)
  2. In a command prompt (from the root of this library):
    cd example
    
    dart test.dart

This will run the features files found in the folder features.

Debugging the example

To debug this example and step through the library code.

  1. Set a break point in test.dart
  2. If you are in VSCode you will simply be able to select Debug example from the dropdown in the debugging tab as the launch.json has been configured.
    • otherwise you will need to run a debugging session against test.dart.