You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.
Only 12% left to cover before we have it all. I don't think I'll ever get 100%. But here is what is missing according to the latest coveralls:
index.js
create
- Reject errorlib/phantom.js
createPage()
- Reject error on createPagegetCookie()
- Retrieve cookie that does not exist while other cookies existexit()
- Run function after phantom has exited.exit()
- Reject error on exiton()
- Not tested at alllib/webpage.js
printDeprecatedArrowFn()
- Run with silencingsetFn()
- Run with using arrow functionset()
- Run with using arrow functionevaluate()
- Run with using arrow functionwaitForSelector()
- Run without specifying timeoutclose()
- Run function afer page has closedclose()
- Reject error on closeevaluateAsync()
- Run with using arrow functiongetPage()
- not tested at all due to Page.getPage doesn't return Page #5openUrl()
- No idea how this works. Gotta find some information about itsendEvent()
- Not tested.stop()
- No idea how to test this due to the async nature of things.switchToFocusedFrame()
- No idea how to test this eitherswitchToFrame()
- or thisswitchToMainFrame()
- or thisswitchToParentFrame()
- or thisuploadFile()
- Test that file is uploadedclearMemoryCache()
- Run functionwaitForLoad()
- Make sure to test where the load time is longerrenderHtml()
- Test this function where status ofopen()
returns failureonFilePicker()
- Test handlerlib/utils.js
mkpath()
- with mode settmp.file()
- with no optionstmp.dir()
- with no optionsThe text was updated successfully, but these errors were encountered: