Skip to content
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

Security Scanning/Reporting - Web Service Proxy Set Up #33

Open
6 of 14 tasks
jredingcsv opened this issue Jan 17, 2022 · 0 comments
Open
6 of 14 tasks

Security Scanning/Reporting - Web Service Proxy Set Up #33

jredingcsv opened this issue Jan 17, 2022 · 0 comments

Comments

@jredingcsv
Copy link
Contributor

Add

Config - webServiceMaqs

  • add key="UseProxy" value="NO"
  • add key="ProxyAddress" value="127.0.0.1:8001"

BaseWebServiceTest

  • add getUseProxy() method
  • add getProxyAddress() method

WebServiceConfig

  • add getUseProxy() method
  • add getProxyAddress() method

WebServiceConfigTests

  • add getUseProxy() test
  • add getProxyAddress() test

WebServiceProxyTest

  • add class
  • add classInit(TestContext testContext) method
  • add classCleanup() method
  • add webServiceDriverUsesProxy() test
  • add getUseProxy() test
  • add startProxy() test

Review

  • []

Remove

  • []

Branches/PRs

Notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant