I’m trying the development environment setup and test running for the first time. I followed all the code example steps in the developer guide other than setting up the Jupyter extensions. Then I went onto the test guide I was able to run the unit tests no problem but when I tried running the UI tests with:
For that css file path I can see a tabulator_fast.min.css in that directory but not the tabulator_simple.min.css the test is apparently looking for. Not sure if I missed some build or bundling step I was supposed to have done…