getgauge / gauge-repository

Installation details of gauge plugins and language runners

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template initialization should be consistent in online and offline mode

sswaroopgupta opened this issue · comments

Expected behavior
Template initialization should be consistent in online and offline mode

Actual behavior
The online template is initialing a taiko project and the offline project is initializing a js-simple project

Steps to replicate

  • ensure you are offline. Create a gauge-js project
    gauge init js

The project created is not a taiko project

  • ensure you are online. Create a gauge-js project
    gauge init js

The project created is a taiko project

Blocks #20

Discussion Update
The offline template will initialize the project in the simple mode.