UNPKG

skutter

Version:

Skutter: Opinionated BDD Browser based test framework

12 lines (11 loc) 273 B
"use strict"; class ProtractorConfig { constructor() { this.specs = null; this.baseUrl = null; this.chromeDriver = null; this.seleniumServerJar = null; this.configPath = null; } } exports.ProtractorConfig = ProtractorConfig;