• ¶

    GRJS…utilities.js

    Step Definitions

    A step definition adds implemntation details to statements and should be used by Features.

    Dependency Documentation

    • Cucumber - documentation / package
    • Chai - documentation / package

    Notes:

    const { Given, When, Then, Before } = require('cucumber');
    const { expect }            = require('chai');
    
    Given('the local system has an ok version of Node installed', function () {
      return 'pending';
    });
  • ¶

    2019 By Mallowfields