parent
cb4f28b1bf
commit
ee53c4c306
@ -0,0 +1,6 @@
|
|||||||
|
mail.debug=true
|
||||||
|
mail.smtp.auth=true
|
||||||
|
mail.smtp.host=
|
||||||
|
mail.smtp.port=587
|
||||||
|
mail.smtp.starttls.enable=true
|
||||||
|
mail.smtp.ssl.trust=*
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{}
|
||||||
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<configuration scan="true">
|
||||||
|
<appender name="STDOUT"
|
||||||
|
class="ch.qos.logback.core.ConsoleAppender">
|
||||||
|
<encoder>
|
||||||
|
<pattern>%-5level %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %logger{36} - %msg%n</pattern>
|
||||||
|
</encoder>
|
||||||
|
</appender>
|
||||||
|
<root level="INFO">
|
||||||
|
<appender-ref ref="STDOUT" />
|
||||||
|
</root>
|
||||||
|
</configuration>
|
||||||
@ -0,0 +1,25 @@
|
|||||||
|
app:
|
||||||
|
main:
|
||||||
|
email-sender: ""
|
||||||
|
email-recipient: ""
|
||||||
|
email-password: ""
|
||||||
|
alert-subject: ""
|
||||||
|
javamail-config: ""
|
||||||
|
expected-result-file-path: ""
|
||||||
|
htmlunit:
|
||||||
|
username: ""
|
||||||
|
password": ""
|
||||||
|
login-url: ""
|
||||||
|
login-wait-millis: 5000
|
||||||
|
login-btn-selector: ""
|
||||||
|
user-page-url: ""
|
||||||
|
logout-url: ""
|
||||||
|
selector1: ""
|
||||||
|
selector2: ""
|
||||||
|
selector3: ""
|
||||||
|
vip-pages:
|
||||||
|
-
|
||||||
|
name: ""
|
||||||
|
url: ""
|
||||||
|
|
||||||
|
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
cd /home/yanng/guerrilla
|
||||||
|
rm -rf logs/*
|
||||||
|
/opt/jdk-17.0.6/bin/java -jar guerrilla.jar conf
|
||||||
|
|
||||||
Loading…
Reference in new issue