# # ChangeLog for branches/features/purchaseOrders/test/functional # # Generated by Trac 1.2 # May 15, 2024, 10:35:19 PM Sun, 29 May 2011 06:35:05 GMT gav [951] * branches/features/purchaseOrders/test/functional/LoginSpec.groovy (modified) Turns out that we can use when/then with where: in !LoginSpec and ... Sun, 29 May 2011 06:28:17 GMT gav [950] * branches/features/purchaseOrders/test/functional/LoginSpec.groovy (modified) Add @Unroll (optional/commented) to !LoginSpec. Sun, 29 May 2011 04:32:59 GMT gav [949] * branches/features/purchaseOrders/test/functional/GebReportingSpecBase.groovy (modified) * branches/features/purchaseOrders/test/functional/LoginSpec.groovy (modified) Functional test, extend 'If we type in the wrong password or ... Sun, 29 May 2011 02:58:10 GMT gav [948] * branches/features/purchaseOrders/test/functional/GebReportingSpecBase.groovy (modified) * branches/features/purchaseOrders/test/functional/LoginSpec.groovy (modified) * branches/features/purchaseOrders/test/functional/gnumims/functional/pages/LoginPage.groovy (modified) Functional tests, factor out login method. Sun, 29 May 2011 00:52:16 GMT gav [947] * branches/features/purchaseOrders/grails-app/views/layouts/main.gsp (modified) * branches/features/purchaseOrders/test/functional/LoginSpec.groovy (modified) * branches/features/purchaseOrders/test/functional/gnumims/functional/pages/GrailsPage.groovy (added) * branches/features/purchaseOrders/test/functional/gnumims/functional/pages/HomePage.groovy (modified) * branches/features/purchaseOrders/test/functional/gnumims/functional/pages/LoginPage.groovy (modified) * branches/features/purchaseOrders/test/functional/gnumims/functional/pages/LogoutPage.groovy (added) Enhance and refactor functional tests to use pageId (for at{} verify) ... Thu, 19 May 2011 06:11:31 GMT gav [938] * branches/features/purchaseOrders/test/functional/gnumims/functional/pages/LoginPage.groovy (modified) Formatting only. Thu, 19 May 2011 04:54:46 GMT gav [937] * branches/features/purchaseOrders/test/functional/GebReportingSpecBase.groovy (modified) * branches/features/purchaseOrders/test/functional/LoginSpec.groovy (modified) Formatting only. Wed, 18 May 2011 05:13:04 GMT gav [931] * branches/features/purchaseOrders/test/functional/GebReportingSpecBase.groovy (moved) * branches/features/purchaseOrders/test/functional/LoginSpec.groovy (moved) Move functional test classes to the default package to enable use of ... Wed, 18 May 2011 03:11:33 GMT gav [929] * branches/features/purchaseOrders/test/functional/gnumims/functional/GebReportingSpecBase.groovy (added) * branches/features/purchaseOrders/test/functional/gnumims/functional/LoginSpec.groovy (modified) Add !GebReportingSpecBase class. Wed, 18 May 2011 01:32:22 GMT gav [928] * branches/features/purchaseOrders/test/functional/gnumims/functional/LoginSpec.groovy (modified) Change Geb reports dir to under test-reports. Tue, 17 May 2011 01:45:47 GMT gav [927] * branches/features/purchaseOrders/test/functional/gnumims/functional/LoginSpec.groovy (modified) Optimise functional test imports. Tue, 17 May 2011 01:37:14 GMT gav [925] * branches/features/purchaseOrders/test/functional/gnumims/functional/LoginSpec.groovy (modified) * branches/features/purchaseOrders/test/functional/gnumims/functional/pages/HomePage.groovy (modified) * branches/features/purchaseOrders/test/functional/gnumims/functional/pages/LoginPage.groovy (modified) Make functional test URL's dynamic and relative. Mon, 02 May 2011 00:55:11 GMT JohnYesberg [917] * branches/features/purchaseOrders/test/functional/gnumims/functional/pages (added) * branches/features/purchaseOrders/test/functional/gnumims/functional/pages/HomePage.groovy (added) * branches/features/purchaseOrders/test/functional/gnumims/functional/pages/LoginPage.groovy (added) Oops... hadn't added these to SVN. Sorry! Thu, 28 Apr 2011 10:11:53 GMT JohnYesberg [912] * branches/features/purchaseOrders/test/functional/gnumims/functional/LoginSpec.groovy (moved) Login tests (er, Specs!) that work in grails test-app. Tue, 26 Apr 2011 10:20:55 GMT JohnYesberg [901] * branches/features/purchaseOrders (modified) * branches/features/purchaseOrders/application.properties (modified) * branches/features/purchaseOrders/grails-app/conf/BuildConfig.groovy (modified) * branches/features/purchaseOrders/grails-app/conf/Config.groovy (modified) * branches/features/purchaseOrders/test/functional (added) * branches/features/purchaseOrders/test/functional/gnumims (added) * branches/features/purchaseOrders/test/functional/gnumims/functional (added) * branches/features/purchaseOrders/test/functional/gnumims/functional/LoginTests.groovy (added) Geb and spock infrastructure in place. Some initial login tests