Compare commits

..

2 Commits

Author SHA1 Message Date
kinoshitakenta 149d1d4922
feat: add example configuration file
Introduces an example TOML configuration file.

This file defines the structure and default values for login-related settings, including language, login ID, password, and company ID.
2025-05-19 14:33:08 +08:00
kinoshitakenta c78c7969c3
chore: adds dependencies for TOML parsing and Selenium
Adds `tomli` for parsing TOML files and `webdriver_manager` along with `selenium` for managing browser drivers in automated testing.
2025-05-19 13:47:53 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# for parsing toml file # for parsing toml file
tomli tomli
# `webdriver_manager` manages webdriver versions # `webdriver_manager` manages `selenium` versions
webdriver_manager webdriver_manager
selenium selenium