-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a REPL for taiko #2
Comments
The command callback
|
This is now changed to a REPL that understands await e.g
|
Implemented. |
Test cases
On windows global installation of taiko is successful. |
After REPL is initialized, I have to explicitly close the browser. Only then the command prompt is getting initialized. Furthermore, .exit does not closeBrowser automatically.
|
@sguptatw With the latest, it won't open the browser on running |
Package taiko as a command line tool and library.
Modify taiko.js
npm -g install taiko
Initialize the REPL using
Implement custom commands for taiko api
Can be run as
The text was updated successfully, but these errors were encountered: