Skip to content
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

Taiko REPL does not work #618

Closed
negiDharmendra opened this issue Jun 13, 2019 · 2 comments
Closed

Taiko REPL does not work #618

negiDharmendra opened this issue Jun 13, 2019 · 2 comments
Labels

Comments

@negiDharmendra
Copy link
Contributor

Expected behavior

User installs a Taiko plugin which can extend taiko CLI by subcommands. Taiko REPL should work properly.

Actual behavior

Taiko does not initialize the REPL.

Steps to reproduce

  1. Install latest Taiko.

    npm install -g https://github.com/getgauge/taiko
    
  2. Install a dummy plugin from here

    npm install -g https://github.com/getgauge-contrib/taiko-dummyplugin
    
  3. Running taiko on your command line does nothing.

  4. Uninstall Taiko's dummy plugin

    npm uninstall -g taiko-dummyplugin
    
  5. Running taiko on your command line opens Taiko's REPL.

@shubhamsc
Copy link
Contributor

Fix available in 959d8b2

@Debashis9012
Copy link
Contributor

This issue has been verified and found fixed.
Tested version: d3df4b5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants