Commit Graph

8 Commits

Author SHA1 Message Date
tsukino
b18fe34528 chore: fix test in github action (#41)
* Typescript tests in chrome

* increase timeout to 5min

* close page

* force close browser

* force exit process

* refactor: clean up test code

* chore: update readme for adding a new test
2024-03-28 07:17:21 -04:00
Hendrik Eeckhaut
cac7ae4ce6 ci: Update versions in GitHub build action + correct cache setting 2024-03-12 10:04:13 +01:00
Hendrik Eeckhaut
68c4a23598 test: added Rust WASM test for the Verifier
+ Run WASM test with GitHub actions
2024-03-08 11:54:50 +01:00
Hendrik Eeckhaut
5d67c5bd08 ci: Updated github actions 2024-03-08 11:54:50 +01:00
Hendrik Eeckhaut
cf0c3a8a7e ci: Disable Typescript tests for now 2024-03-08 11:54:50 +01:00
tsukino
bc93d4e46b fix(wasm): change commit_sent to commit_recv (#23)
* fix(wasm): change commit_sent to commit_recv

* fix: fix tests (alpha4)

* test: Test redactions

* fix: skip puppeteer chrome install

* chore: fix linter

---------

Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org>
2024-02-22 10:54:35 -05:00
tsukino
079f1a314c chore: add unit test using puppeteer (#12)
* chore: add unit test using puppeteer

* chore: add package-lock

* chore: add package-lock

* fix: temporary workaround for issue in time crate

* experimenting with tests

* chore: make testRunner more modular

* feat: add simple-verify test

* chore: add test to github action

---------

Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org>
2024-02-08 21:45:31 -05:00
Hendrik Eeckhaut
bf40c33e29 Added GitHub build workflow
lint at the end of the build workflow

# Conflicts:
#	package.json
#	src/worker.ts
2023-12-29 11:13:06 +01:00