8000 Tags · agnivade/wasmbrowsertest · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: agnivade/wasmbrowsertest

Tags

v0.11.0

Toggle v0.11.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update go.mod to 1.23

v0.10.0

Toggle v0.10.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bump CI to 1.24

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump versions (#66)

* Bump versions

- install latest chrome in CI

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
initial work for fs api forwarding (#49)

* implement fs api forwarding

* changes from first review

* fix cwd return to match original, rename constant

* second review updates

* fix missed arg, remove commented out code

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add functional tests, fix unset exit codes on panics (#42)

* Refactor to support functional tests

* Fix unset exit code from uncaught exception

* Fix unset exit code for panic in next tick of event loop

* Fix data race on shadowed "err"

* Poke CI

* Increase test timeout for Windows race detector to complete

* Move test types and helpers to the bottom

* Refactor into table-driven tests

* Remove single-use helper

* Handle errors with testing.T in testParse helper

* Return errors instead of exit codes

* Extract HTTP server, use ctx for startup/shutdown

* Increase test timeout for Windows again

* Handle testParseOther error as assertion failure

* Rename shutdownNoWait to startShutdown for clarity

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add test coverage support (#41)

* Move index.html to separate file with Go 1.16 embedded files

* Add test coverage support

Overrides three file system operations for the purposes of reading and
writing the coverage profile file.

The contents are copied out of the JS runtime and written again to the
real file.

* Extract FS wrappers to 'overrideFS' function

Also guard use of global TextDecoder if not supported.

* Wrap each FS operation, switch from writeSync() to write(), and bind "fs" as "this"

v0.5.0

Toggle v0.5.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
update dependencies

v0.4.0

Toggle v0.4.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Updating dependencies

Updating to latest chromedp and other dependencies.

v0.3.5

Toggle v0.3.5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
add paniconexit0 flag

v0.3.4

Toggle v0.3.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Addressed review feedback from @agnivade

0