Running the e2e tests from its GitHub source code requires:
- chrome browser version v75.
- conda
- yarn
- jupyter console
To run tests for jupyter lab use argument lab
:
./run_tests.py lab
To run tests for jupyter notebook use argument nb
:
./run_tests.py nb
By default, a notebook server runs locally at 127.0.0.1:8888 and is accessible only from localhost.
To prepare image file as expected result:
- use function
createTableImage()
instead ofcheckImageData()
on the same code line of test script - run the tests as usual