Skip to content

Commit

Permalink
(DevExpress#3581) Fix TS def for createLiveModeRunner (DevExpress#3582)
Browse files Browse the repository at this point in the history
  • Loading branch information
honsq90 authored and kirovboris committed Dec 18, 2019
1 parent 50679de commit 6c51e2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ts-defs/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1553,6 +1553,11 @@ interface TestCafe {
* Creates the test runner that is used to configure and launch test tasks.
*/
createRunner(): Runner;

/**
* Creates the live mode test runner that is used to configure and launch test tasks.
*/
createLiveModeRunner(): Runner;

/**
* Creates a remote browser connection.
Expand Down

0 comments on commit 6c51e2c

Please sign in to comment.