* Refactor dialog box API. * Add conda.yaml example. * Add .vscode folder. * Fix catching exceptions and displaying them in the operator panel. * Add dialog box with radiobutton, checkbox, image, multiple steps.
0.4.0
* Add base dialog box, text input and numeric input. * Add dialog box invocation functionality. * Add a socket mechanism to transfer data from the uvicorn server to the pytest subprocess.
0.3.0
* Add implementation of test dependencies without using third-party plugins. * Reduce the number of database calls. * Speed up test collection.
0.2.0
* Add documentation page. * Remove the ability to access the `HardPyPlugin`. Users can now only register via the ini file.
0.1.0
* Add pytest-hardpy and hardpy panel to the package. * Add frontend data synchronization via CouchDB data replication to PouchDB. * Add documentation. * CouchDB is the main database.