Skip to content

Commit

Permalink
Update Windows installation paths
Browse files Browse the repository at this point in the history
Update to match the newer location.

Related to zaproxy/zaproxy#7996.

Signed-off-by: thc202 <[email protected]>
  • Loading branch information
thc202 committed Aug 8, 2023
1 parent 3505dc7 commit db10f0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion other/af-plans/juiceshop-selenium-auth/js-auth.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set JS_PWD=test123

# Customize the paths to the zap.bat file and the automation plan to match your environment

C:\Program Files\OWASP\Zed Attack Proxy\zap.bat -cmd -autorun \full\path\juiceshop-auth.yaml
C:\Program Files\ZAP\Zed Attack Proxy\zap.bat -cmd -autorun \full\path\juiceshop-auth.yaml
2 changes: 1 addition & 1 deletion other/af-plans/juiceshop-selenium-auth/js-test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set JS_PWD=test123

# Customize the paths to the zap.bat file and the automation plan to match your environment

C:\Program Files\OWASP\Zed Attack Proxy\zap.bat -cmd -autorun \full\path\juiceshop-test.yaml
C:\Program Files\ZAP\Zed Attack Proxy\zap.bat -cmd -autorun \full\path\juiceshop-test.yaml

0 comments on commit db10f0a

Please sign in to comment.