Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.
/ testbench-tutorial Public archive

This is the end result for the testbench tutorial, which shows how to add tests to an existing project, step-by-step. As the project to add tests to, we used the Address book tutorial.

License

Notifications You must be signed in to change notification settings

vaadin/testbench-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vaadin TestBench Tutorial

This is the final code produced by the Vaadin TestBench Tutorial.

Running the example

The following command starts a jetty server and runs the tests in Firefox:

mvn verify

Importing in Eclipse

Make sure you have "Eclipse IDE for Java EE Developers" and Maven integration "m2e-wtp" installed. You will get Eclipse from http://eclipse.org/downloads/ and plugins through Help -> Eclipse Marketplace... menu

To checkout and run the project from Eclipse, do:

  • File -> Import...
  • Check out Maven Projects from CMS
  • Choose Git from SCM menu and set URL to git://github.com/vaadin-samples/testbench-tutorial.git
    • If you do not see "Git" in the SCM menu, click "Find more SCM connectors in the m2e Marketplace" and install "m2e-egit"
  • Now you should have an "testbench-tutorial" project in your workspace
  • To run it, right click and choose Run As -> Run on Server
  • Start experimenting

Note that if you are missing EGit plugin, "Maven SCM Handler for EGit" or a local server to run the project on, you will be asked to install these while doing the above.

About

This is the end result for the testbench tutorial, which shows how to add tests to an existing project, step-by-step. As the project to add tests to, we used the Address book tutorial.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published