windmill firefox shell http://localhost:8080/
- Run the initialize test. It sets some variables that all the other tests depend on.
run_json_test_file( "/Users/bobbyrullo/Documents/workspace/costrunk/cosmo/src/test/functional/windmill/initialize.json")
- Run the create user and the login tests so you can get a logged in user to work with
run_json_test_file( "/Users/bobbyrullo/Documents/workspace/costrunk/cosmo/src/test/functional/windmill/create_user_test.json")
run_json_test_file( "/Users/bobbyrullo/Documents/workspace/costrunk/cosmo/src/test/functional/windmill/login_with_user.json")
run_json_test_file( "/Users/bobbyrullo/Documents/workspace/costrunk/cosmo/src/test/functional/windmill/path_to_your_test")