Install Plugin Cucumber #8664
-
How to install Plugin Cucumber in Theia Plugin is available for both Eclipse & VS https://github.com/cucumber/cucumber-eclipse |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@rohitmit07 thank you for the question, it ultimately depends on your use-case:
theia/examples/browser/package.json Line 61 in ecfe920
Lines 85 to 87 in ecfe920 When using the script |
Beta Was this translation helpful? Give feedback.
@rohitmit07 thank you for the question, it ultimately depends on your use-case:
plugins
folder which is referenced when starting the application:theia/examples/browser/package.json
Line 61 in ecfe920
if you'd like the plugin to be available to your users through the
extensions
view then a version will need to be added to the open-source marketplace open-vsx so it can be fetched and installed. If it is not available in the open-vsx then you can either request to add it or publish it yourself.if …