You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have followed the video included in the README.md which explains how to run the samples.
First, I have run the command mvn clean install -Dmaven-skip-test=true in the root directory of the project and I started wildfly server.
Then I have executed the following command 'mvn clean install -Pwildfly-remote in the module servlet/cookies in order to see if the tests run successfully, but I got this error:
Quickly glancing at this, I guess this has to do with the injected URL in Arquillian tests ending with either a / or not. Maybe WildFly changed something here, or maybe the test code changed something here and hasn't been tested on wildly for a long time.
I have followed the video included in the README.md which explains how to run the samples.
First, I have run the command
mvn clean install -Dmaven-skip-test=true
in the root directory of the project and I started wildfly server.Then I have executed the following command '
mvn clean install -Pwildfly-remote
in the moduleservlet/cookies
in order to see if the tests run successfully, but I got this error:I have done a search on how to solve this problem, unfortonatly, I have not find any.
Capture
Thank you for your help!
The text was updated successfully, but these errors were encountered: