Type Definitions
-
testCallback(page, assert)
-
This callback is executed as a test and will only be run when any previous test has completed. If Setup and TearDown methods are specified in the test options those will be run before and after the test
Parameters:
Name Type Description page
PhantomJs.Webpage.Page a PhantomJs Page object for use in testing assert
PFT.tester.assert the test controller that allows for indicating the test status including pass, fail, and done for async control