Simple frontend TypeScript testing utility
Simple frontend TypeScript testing utility. Installation Install webpack in your project directory: npm install –save-dev webpack webpack-cli typescript ts-loader Install the typescript functions also in your project directory: npm install –save-dev tsftest Install chromedriver and add to pathhttps://chromedriver.chromium.org/getting-started Use pip to install the tsftest command (where path_to_dir is the folder containing setup.py): pip install path_to_dir –user Create a test folder in your project if you don’t have one already. Either: Add tsconfig.json and webpack.config.js files to the
Read more