I have had challenges verifying using the web tests. It seems the tests are not repeatable unless I rebuild the whole project. I recall that there were some commits to ensure repeatable tests. Should I expect running clean install in the continuum-webapp-test directory multiple times will give the same result without a clean build?
Brent On Tue, May 20, 2014 at 11:19 AM, Brett Porter <br...@apache.org> wrote: > > On 21 May 2014, at 12:46 am, Brent Atkinson <brent.atkin...@gmail.com> > wrote: > > > Brett, > > > > Thank you. I have cycles to test it. Recommendations on approach for > > verifying outside of building and running web tests? I will start > > immediately. > > > > The web tests should be ok, in this case the best thing is to play with it > ad-hoc, particularly if you have your own data or typical operations, to > see if there is anything not working not covered by the tests. Also, check > for bad layout, which the web tests won't pick up. > > - Brett > >