Issue Details (XML | Word | Printable)

Key: SHALE-243
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Wendy Smoak
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Shale

Use Selenium for functional testing of the example apps

Created: 01/Aug/06 12:55 AM   Updated: 23/Jan/07 04:40 PM
Return to search
Component/s: Examples
Affects Version/s: 1.0.3-SNAPSHOT
Fix Version/s: 1.0.4

File Attachments:
  Size
File Licensed for inclusion in ASF works SHALE-243-wsmoak.diff 2006-08-01 04:11 PM Wendy Smoak 1 kB


 Description  « Hide
Use Selenium from OpenQA to verify that the example apps work properly.



 All   Comments   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Wendy Smoak added a comment - 01/Aug/06 05:54 AM

See this page for information on installing Selenium and running the tests:
   http://shale.apache.org/shale-apps/selenium.html

Commits:
* http://svn.apache.org/viewvc?rev=427397&view=rev
* http://svn.apache.org/viewvc?rev=427419&view=rev


Wendy Smoak added a comment - 01/Aug/06 04:11 PM
Packaging the webapp is not working properly after r427581 this morning.
 * http://svn.apache.org/viewvc?rev=427581&view=rev

When I switched from the distribution to the selenium-core jar in the Maven repo, I didn't synchronize the location where it gets unpacked with the location where the antrun plugin expects to find the files to copy.

After the patch, 'mvn package -Pselenium' works again.

Craig McClanahan added a comment - 14/Dec/06 12:56 AM
 Wendy, is this still an issue? If so, feel free to apply the patch ... it was not obvious to me which of the poms was supposed to be updated.

Wendy Smoak added a comment - 14/Dec/06 04:05 AM
Resolving as the Selenium test for the mailreader app is working for me, and the infrastructure is in place to add Selenium tests to any of the other apps. (Just add files in src/test/selenium and package with the 'selenium' profile activated: -P selenium .)