Skip to content

Commit

Permalink
UHF-10588: Update documentation a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
teroelonen committed Oct 11, 2024
1 parent 4971d98 commit b09fc31
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,14 @@ Run tests line-by-line:
npm run test:debug
```

---
---

## To run manual tests on local

* Start a local server on **drupal-hdbt/**, for instance `python -m http.server 3001`
* Open http://localhost:3001/src/js/calculator/helsinki_benefit_amount_estimate/helsinki-benefit-test.html on your browser.

## To run automatic browser tests
This requires test dependencies to be installed

`cd src/js/calculator/helsinki_benefit_amount_estimate/tests && npm run test`

0 comments on commit b09fc31

Please sign in to comment.