Docs: Remove out of date section on testing
This commit is contained in:
parent
8815699d4e
commit
be2def5fad
@ -120,7 +120,7 @@ In embedded mode, Converse can be embedded into an element in the DOM.
|
||||
|
||||
We use behavior-driven tests written with [jasmine.js](https://jasmine.github.io/).
|
||||
|
||||
Open [tests/index.html](https://github.com/conversejs/converse.js/blob/master/tests/index.html) in your browser, and the tests will run automatically.
|
||||
You ran run `make check` to execute all the tests.
|
||||
|
||||
## Licence
|
||||
|
||||
|
@ -4,9 +4,6 @@ Automated tests
|
||||
Converse uses the `Jasmine <https://jasmine.github.io/>`_ testing framework for
|
||||
writing tests.
|
||||
|
||||
Tests are run in a browser, either manually or automatically via Chrome
|
||||
headless.
|
||||
|
||||
Adding tests for your bugfix or feature
|
||||
----------------------------------------
|
||||
|
||||
@ -20,5 +17,3 @@ Running tests
|
||||
Check that all tests complete sucessfully.
|
||||
|
||||
Run ``make check`` in your terminal.
|
||||
|
||||
To run the tests manually, run ``make serve`` and then open `http://localhost:8000/tests <https://github.com/jcbrand/converse.js/blob/master/tests/index.html>`_ in your browser.
|
||||
|
Loading…
Reference in New Issue
Block a user