Skip to content

Releases: agnivade/wasmbrowsertest

0.8.0

30 Sep 14:45
237f0b6
Compare
Choose a tag to compare

Features:

Chores:

  • Bump up support till Go 1.19

0.7.0

15 Feb 05:08
2d1bbcf
Compare
Choose a tag to compare

Features

  • Added a new tool cleanenv which can be used to strip certain environment variables prior to running the tool. This can be useful because certain CI environments add an exceedingly large amount of env vars which is then limited by the Go runtime.

Fixes

  • Made some improvements to handle Javascript exceptions or Go panics from within the code.

0.6.0

28 Dec 16:51
bba38b6
Compare
Choose a tag to compare

Features

-coverprofile flag is now supported.

0.5.0

16 Dec 05:32
Compare
Choose a tag to compare

Chores

Update dependencies

Features

  • Ability to pass custom flags to the test binary. Now you can pass any non-test related flags that you are using in your code and the tool won't complain.

For example, if your code expects a flag -species, you can just run GOOS=js GOARCH=wasm go run -exec=wasmbrowsertest file.go -species=human and your flag will be passed correctly to your program.

0.4.0

18 Oct 17:41
Compare
Choose a tag to compare
Updating dependencies

Updating to latest chromedp and other dependencies.