This repository has been archived by the owner on May 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#51] Make Tomcat port in integration test random
Acceptance GUI tests with Geb is a separate thing #52.
- Loading branch information
Marcin Zajaczkowski
committed
Feb 25, 2015
1 parent
28570e7
commit 96fd81b
Showing
5 changed files
with
19 additions
and
32 deletions.
There are no files selected for viewing
11 changes: 1 addition & 10 deletions
11
src/test/groovy/com/ofg/twitter/geb/AcceptanceSwaggerUISpec.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
src/test/groovy/com/ofg/twitter/geb/BaseBootGebSpec.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
package com.ofg.twitter.geb | ||
|
||
import com.ofg.twitter.Application | ||
import geb.spock.GebSpec | ||
import org.springframework.boot.test.IntegrationTest | ||
import org.springframework.boot.test.SpringApplicationContextLoader | ||
import org.springframework.test.context.ContextConfiguration | ||
import org.springframework.test.context.web.WebAppConfiguration | ||
|
||
@ContextConfiguration(loader = SpringApplicationContextLoader.class, classes = Application) | ||
@WebAppConfiguration | ||
@IntegrationTest("spring.profiles.active:dev") | ||
abstract class BaseBootGebSpec extends GebSpec { | ||
} |
11 changes: 1 addition & 10 deletions
11
src/test/groovy/com/ofg/twitter/geb/HealthEndpointUISpec.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 1 addition & 10 deletions
11
src/test/groovy/com/ofg/twitter/geb/MicroserviceControllerUISpec.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters