@serenity-js/protractor
Version:
Adapter that integrates @serenity-js/web with Protractor, enabling Serenity/JS reporting and using the Screenplay Pattern to write end-to-end test scenarios
13 lines • 449 B
TypeScript
import type { Runner } from 'protractor';
import type { ProtractorReport } from './reporter';
/**
* ## Learn more
* - [Protractor framework adapters](https://github.com/angular/protractor/blob/master/lib/frameworks/README.md#framework-adapters-for-protractor)
*
* @param runner
* @param specs
*
* @group Integration
*/
export declare function run(runner: Runner, specs: string[]): Promise<ProtractorReport>;
//# sourceMappingURL=run.d.ts.map