[Solved] Pytest: error: unrecognized arguments error reporting solution

Error reporting using pytest HTML

1. Check whether pytest html is installed

pip list

If not, use PIP install pytest HTML

2. If you continue to report errors after installation, use pycharm configuration

Similar Posts: