Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
firefox -> chrome
  • Loading branch information
Marco Pöhler committed Oct 21, 2014
1 parent f220bc4 commit eacb953
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/main/resources/archetype-resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a Google App Engine project, already configured to use:
- the spring framework (mvc with REST capabilities)
- spring security with google login configured for authentication and enabled method and URL based authorization.
- using objectify as datastore access layer
- the use of selenium tests by starting the devserver in the intergration phase and work with a remotely controlled firefox on it.
- the use of selenium tests by starting the devserver in the intergration phase and work with a remotely controlled chrome on it.
- normal unit tests with gae service stubs initialized.
- demo of a cron service
- bower to load all js dependencies
Expand All @@ -19,7 +19,8 @@ The project requires the following external software to be present on your syste

- maven version 3 or greater
- npm - Node package manager (needed for bower and grunt)
- firefox - the web browser (needed to run selenium tests)
- chrome - the web browser (needed to run selenium tests)
- chromedriver - needed to remote control chrome (https://code.google.com/p/selenium/wiki/ChromeDriver)

Quickstart
==========
Expand Down Expand Up @@ -120,4 +121,4 @@ Deployment on appengine
=======================
For deployment on appengine you need to create the application here: https://appengine.google.com/ and then update
the application name in ${rootArtifactId}/${rootArtifactId}-war/src/main/webapp/WEB-INF/appengine-web.xml and then
create a production ready version ` mvn clean appengine:update -P production `
create a production ready version ` mvn clean appengine:update -P production `

0 comments on commit eacb953

Please sign in to comment.