Home > Software design >  Intellij concordion not finding file after test
Intellij concordion not finding file after test

Time:09-23

I'm trying to visualize the output of a test of concordion but I cannot open the html file. I'm using linux mint, and maybe is something related to permission in the temp file? but I don't know how to fix it.

Using Linux Mint, intelliJ IDEA community, installed concordion(v3.1.2) library from maven,simple sum [a,b] and test.

Cannot open the file

Tried on browser

CodePudding user response:

I figure out that maybe the problem is the installation of the IntelliJ IDEA from the linux mint software. Therefore, I unsinstalled and reainstalled from the official web, and now the test html is showing correctly!

  • Related