UNPKG

protractor-junit-flake

Version:

A wrapper for protractor to automatically re-run failed tests for a specific number of attempts

6 lines (5 loc) 112 B
describe('A test that passes', function () { it('passes', function () { expect(true).toBeTruthy() }) })