Open BoPeng opened 5 years ago
A selenium based test suite has been added but many complex data types are not tested. It is relative easy to test
pytest
selenium
chromedriver
export JUPYTER_TEST_BROWSER=live
cd test; pytest test_data_exchange.py
If things work correct, test each data type in a separate browser and write down the tests following the convention in test_data_change.py.
test_data_change.py
A selenium based test suite has been added but many complex data types are not tested. It is relative easy to test
pytest
,selenium
andchromedriver
export JUPYTER_TEST_BROWSER=live
cd test; pytest test_data_exchange.py
If things work correct, test each data type in a separate browser and write down the tests following the convention in
test_data_change.py
.