initialized
tk.ui.initialized
|
Fired when the application is started
|
None |
copyCommand
tk.ui.copyCommand
|
Fired when the user copy some command.
|
eventModel.command |
Label of the copied command |
runTest
tk.ui.runTest
|
Fired when the test has been triggered to run by "Run" button.
|
eventModel.type |
Executor type |
runTestSuite
tk.ui.runTestSuite
|
Fired when the test suite has been triggered to run by "Run" button.
|
None |
createTest
tk.ui.createTest
|
Fired when the test has been created using modal.
|
eventModel.type |
Executor type |
createTestSuite
tk.ui.createTestSuite
|
Fired when the test suite has been created using modal.
|
None |
trackTime
tk.ui.trackTime
|
Fired when the user changes a page/tab and tracks time spent there.
|
eventModel.page |
One of: tests-details , tests-settings , tests-list , test-suites-details , test-suites-settings , test-suites-details |
eventModel.duration |
Time spent on the page (in ms) |
promoBannerCloseClick
tk.ui.promoBannerCloseClick
|
Fired when the user clicks "X" button in promo banner.
|
eventModel.id |
The unique ID for the promo banner |
promoBannerPrimaryClick
tk.ui.promoBannerPrimaryClick
|
Fired when the user clicks the primary button in the promo banner.
|
eventModel.id |
The unique ID for the promo banner |
promoBannerSecondaryClick
tk.ui.promoBannerSecondaryClick
|
Fired when the user clicks the secondary button in the promo banner.
|
eventModel.id |
The unique ID for the promo banner |