-
Notifications
You must be signed in to change notification settings - Fork 186
Java test automation #557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java test automation #557
Conversation
Hi @carycheng, thanks for the pull request. Before we can merge it, we need you to sign our Contributor License Agreement. You can do so electronically here: http://opensource.box.com/cla Once you have signed, just add a comment to this pull request saying, "CLA signed". Thanks! |
…a_test_automation
build.gradle
Outdated
task integrationTest(type: Test) { | ||
description 'Runs the integration tests.' | ||
group 'Verification' | ||
systemProperty "USE_REAL_API", System.getProperty("USE_REAL_API") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should probably be removed
@@ -1,13 +0,0 @@ | |||
# Remove the .template extension to this file to configure tests. The config.properties file should never be added to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file shouldn't be deleted
import com.github.tomakehurst.wiremock.client.WireMock; | ||
import com.github.tomakehurst.wiremock.client.WireMock.*; | ||
|
||
import javax.swing.*; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You probably don't need to import this
No description provided.