CodeceptJS v0.6.2 Release Notes

    • โž• Added config object to public API
    • Extended index.js to include actor and helpers, so they could be required:
    const actor = require('codeceptjs').actor;
    
    • โž• Added example for creating custom runner with public API.
    • โš™ run command to create output directory if it doesn't exist
    • ๐Ÿ›  [Protractor] fixed loading globally installed Protractor
    • โš™ run-multiple command improvements:
      • create output directories for each process
      • print process ids in output