Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thegeeklab/hugo-geekdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kaussow <mail@geeklabor.de>2020-06-01 16:59:02 +0300
committerRobert Kaussow <mail@geeklabor.de>2020-06-02 19:11:29 +0300
commit178b92b0a05f26746497e296185e79c711a044d6 (patch)
tree5b89ca2148653d560a529747d0b0a4972c9ad05a /.lighthouserc.yml
parente361563626a702f00fb419602b54ff273864faa7 (diff)
add lighthouse-ci to drone
Diffstat (limited to '.lighthouserc.yml')
-rw-r--r--.lighthouserc.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.lighthouserc.yml b/.lighthouserc.yml
new file mode 100644
index 0000000..10525f6
--- /dev/null
+++ b/.lighthouserc.yml
@@ -0,0 +1,17 @@
+---
+ci:
+ collect:
+ numberOfRuns: 2
+ staticDistDir: exampleSite/public
+ url:
+ - http://localhost/
+ - http://localhost/404.html
+ - http://localhost/posts/
+ settings:
+ chromeFlags: "--no-sandbox"
+ assert:
+ preset: "lighthouse:no-pwa"
+ assertions:
+ uses-long-cache-ttl: off
+ render-blocking-resources: off
+ tap-targets: off