Skip to content

Commit

Permalink
doc: add README file
Browse files Browse the repository at this point in the history
  • Loading branch information
dlachaume committed Jan 31, 2024
1 parent de391c0 commit 2785120
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions mithril-client-wasm/www-test/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Mithril client wasm: www-test

* A set of tests for the Mithril client WASM library, which is a client for interacting with a Mithril network. The tests cover functionalities provided by the MithrilClient class.

## Download source code

```bash
# Download sources from github
git clone https://github.com/input-output-hk/mithril

# Go to sources directory
cd mithril-client-wasm/
```

* Before running the tests, make sure to install the required dependencies. Use the following command:

```bash
make www-test-install
```

## Running the tests in the browser

```bash
make www-test-serve
```

## Test Results Display

The results of each test are displayed in the DOM dynamically. Open [http://localhost:8080](http://localhost:8080) with your browser. (port 8080 is the default port)

0 comments on commit 2785120

Please sign in to comment.