--
You received this message because you are subscribed to the Google Groups "psm-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to psm-dev+u...@googlegroups.com.
To post to this group, send email to psm...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/psm-dev/CAPrEM3e4%2BP-nhHg%2B2qREpF0Z7J%2BTd-K8GEFzhDth%3DS4UoWA7Gg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Sumana —The best first step is to visit the test result HTML file placed inpsm-app/integration-tests/build/reports/tests/testThere will be a stack trace in there that should help us debug what is going on.See you on IRC.
To unsubscribe from this group and stop receiving emails from it, send an email to psm-dev+unsubscribe@googlegroups.com.
To post to this group, send email to psm...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/psm-dev/CAPrEM3e4%2BP-nhHg%2B2qREpF0Z7J%2BTd-K8GEFzhDth%3DS4UoWA7Gg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "psm-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to psm-dev+unsubscribe@googlegroups.com.
To post to this group, send email to psm...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/psm-dev/310CFB38-D20E-4A11-93C7-C1FD6B0FE7F6%40opentechstrategies.com.
3. I need to remember to tell Gradle to build and to clean before running the test & aggregate tasks; otherwise, Gradle doesn't recognize that there's something new to test.2. I need to remember to have WildFly running in a separate terminal in order for the tests to run.$ git stash pop$ git checkout branchname1. As someone running Serenity interactively with Chrome on Linux, I need to take out a line in build.gradle to get the tests to run. (Details in the README.) Since build.gradle is version-controlled, I'm yanked back every time I need to switch branches; git complains that I have uncommitted changes. So I stash the change and reapply it to my checked-out branch. Jason might comment out that block, since it's for CI we don't have set up yet, but in the interim:Today I tried again and, with the updated psm-app/integration-tests/README.md documentation, plus Jason's help, I got the tests to run on my machine!A slightly tricky set of prerequisites that I'm still getting used to:
$ git stash save "integration test headless fix"
$ ./gradlew cms-portal-services:build integration-tests:{clean,test,aggregate}
Does that work for folks well enough that I could update the documentation to suggest that command?best,Sumana
On Thu, Aug 10, 2017 at 9:25 AM, Ben Galewsky <be...@opentechstrategies.com> wrote:
Sumana —The best first step is to visit the test result HTML file placed inpsm-app/integration-tests/build/reports/tests/testThere will be a stack trace in there that should help us debug what is going on.See you on IRC.