privacytests / privacytests.org

Source code for privacytests.org. Includes browser testing code and site rendering.
https://privacytests.org
MIT License
797 stars 23 forks source link

Timed out failure! #195

Open Double-bear opened 5 months ago

Double-bear commented 5 months ago

Hello, When my code runs to the end, I encounter the following error:

killing safari
2024-01-05T10:00:54.394Z FAILURES:  [
  [
    {
      browser: 'safari',
      nightly: false,
      incognito: false,
      android: false,
      ios: false,
      appDir: undefined
    },
    {
      status: 'rejected',
      reason: Error: safari tests timed out after 600 s.
          at Timeout._onTimeout (/Users/admin/Desktop/privacytests.org/scripts/test.js:41:41)
          at listOnTimeout (node:internal/timers:573:17)
          at process.processTimers (node:internal/timers:514:7)
    },
    { status: 'fulfilled', value: [Object] }
  ]
]
2024-01-05T10:00:54.450Z Wrote results to "../results/20240105/index.json".
[ '../results/20240105/index.json' ]
Reading from raw results files: ../results/20240105/index.json
0
[]
undefined
Desktop
2024-01-05T10:00:54.452Z TypeError: body is not iterable
    at htmlTable (/Users/admin/Desktop/privacytests.org/scripts/render.js:72:21)
    at content (/Users/admin/Desktop/privacytests.org/scripts/render.js:388:5)
    at contentPage (/Users/admin/Desktop/privacytests.org/scripts/render.js:410:16)
    at renderPage (/Users/admin/Desktop/privacytests.org/scripts/render.js:525:25)
    at Object.render (/Users/admin/Desktop/privacytests.org/scripts/render.js:542:62)
    at main (/Users/admin/Desktop/privacytests.org/scripts/test.js:657:18)

my desktop.yaml is following:

browsers:
 - safari
filename: index
repeat: 1

I have repeated many times and it's always the same error. How should I solve it?