You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hello, When my code runs to the end, I encounter the following error:
my desktop.yaml is following:
I have repeated many times and it's always the same error. How should I solve it?
The text was updated successfully, but these errors were encountered: