qa: run siteSpecific behaviors on QA (#2739)
- allow the page loading waiting time to be applied for sites with site-specific behaviors (eg. social media)
This commit is contained in:
parent
5d2b34f3b6
commit
4e0e9c87c2
@ -113,7 +113,7 @@ data:
|
||||
CRAWL_ARGS: {{- include "btrix.crawler_args" . }}
|
||||
|
||||
# disable behaviors for QA runs, otherwise use same args
|
||||
QA_ARGS: {{- include "btrix.crawler_args" . }} --behaviors=""
|
||||
QA_ARGS: {{- include "btrix.crawler_args" . }} --behaviors=siteSpecific
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
|
Loading…
Reference in New Issue
Block a user