8000 GitHub - testify/AddKeyStoreAction: DEPRECATED -- moved to testify/Actions
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

testify/AddKeyStoreAction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AddKeyStoreAction

A Testify Action to set keyStore properties as system properties

Build Status

Usage

AddKeyStor 684A eAction

Adds a java keystore and keystore password to the java system properties

Parameters

This action takes no direct parameters

Keystore location and password are set instead in properties files

Example

example.properties

testify.keyStore=/path/to/keystore.jks
testify.keyPass=password

example.xml

<testcase>
  ...
  <preTestProcessorAction>
    AddKeyStoreAction
  </preTestProcessorAction>
  ...
</testcase>

About

DEPRECATED -- moved to testify/Actions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0