bpmn-io / dmn-testing-plugin

Camunda Modeler plugin that allows testing of a DMN decision.
MIT License
18 stars 5 forks source link

"Failed to Fetch" when running test. #17

Closed pme123 closed 3 years ago

pme123 commented 3 years ago

Describe the Bug

When hitting the Test Button I get the following Message:

image

Steps to Reproduce

  1. downloaded the sources as zip
  2. copied it in /Users/mpa/Library/Application Support/camunda-modeler/resources/plugins
  3. opened Camunda Modeler
  4. Opened DMN.
  5. DMN Testing.
  6. Hit Test Button

Expected Behavior

Test runs as shown in the Anim GIF.

Environment

pme123 commented 3 years ago

After running npm install it started to work.

barmac commented 3 years ago

This is a duplicate of https://github.com/bpmn-io/dmn-testing-plugin/issues/15

pme123 commented 3 years ago

This information is missing in the 'How to use' section of the README.

barmac commented 3 years ago

Indeed, for now we can use it as a quick fix.

naveinn commented 2 months ago

I am facing the same issue, I followed the above steps, I can see that my server it not starting, I event had console.log statements to ensure if the control comes to main.js app as i start the application but it doesn't seem to get executed at all, my client is working well though ... am i missing anything here?

the server is exepcted to start as soon as i start the camunda modeler right?

To add on I am using camunda - 8 (cloud) here

barmac commented 2 months ago

Hi,

This plugin was developed with Camunda 7 in mind only. If you want to provide a migration PR as in https://github.com/bpmn-io/dmn-testing-plugin/issues/22#issuecomment-2166717457, please let's discuss the problems in the PR.