This is the first time I use the package PlotlyJS. test PlotlyJS
opens an empty window and outputs errors.
This is using Julia 1.5.4 on Windows 10.
(@v1.5) pkg> test PlotlyJS
Testing PlotlyJS
Status `C:\Users\michele.zaffalon\AppData\Local\Temp\jl_xEWIyW\Project.toml`
[ad839575] Blink v0.12.4
[97c1335a] JSExpr v0.5.2
...
[cf7118a7] UUIDs
[4ec0a83e] Unicode
to_image: Error During Test at C:\Users\michele.zaffalon\.julia\packages\PlotlyJS\h3GxO\test\blink.jl:25
Test threw exception
Expression: (to_image(p))[1:21] == "data:image/png;base64"
Could not get image
Stacktrace:
[1] error(::String) at .\error.jl:33
[2] to_image(::PlotlyJS.SyncPlot; kwargs::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}) at C:\Users\michele.zaffalon\.julia\packages\PlotlyJS\h3GxO\src\display.jl:267
[3] to_image at C:\Users\michele.zaffalon\.julia\packages\PlotlyJS\h3GxO\src\display.jl:261 [inlined]
[4] macro expansion at C:\Users\michele.zaffalon\.julia\packages\PlotlyJS\h3GxO\test\blink.jl:25 [inlined]
[5] macro expansion at C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.5\Test\src\Test.jl:1119 [inlined]
[6] macro expansion at C:\Users\michele.zaffalon\.julia\packages\PlotlyJS\h3GxO\test\blink.jl:25 [inlined]
[7] macro expansion at C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.5\Test\src\Test.jl:1119 [inlined]
[8] top-level scope at C:\Users\michele.zaffalon\.julia\packages\PlotlyJS\h3GxO\test\blink.jl:24
...
Test Summary: | Pass Fail Error Total
api methods | 1 5 29 35
to_image | 1 5 6
restyle | 4 4
relayout | 1 1
update | 5 5
addtraces | 2 3 5
movetraces | 2 2
deletetraces | 2 1 3
extendtraces | 2 2
prependtraces | 2 2
react | 1 4 5
ERROR: LoadError: LoadError: Some tests did not pass: 1 passed, 5 failed, 29 errored, 0 broken.