Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This seems to be non-invasive as we already configure the servlet filter for web applications. The regular URLs to JSPs or web services stay the same. We don't have to change the test case code too much.

I also went a bit further:

...

Now I have a complete automation. To avoid repeating the pom configuration for each itest, we can add a profile in the parent pom to support this scheme.

...