[ENHANCEMENT] Reserve the key library
exclusively for configuring Robot Framework libraries in the robot.toml file
#335
Labels
enhancement
New feature or request
Background: Configuring libraries directly in test suites using the
Library
statement and arguments can become complex, especially with libraries like Browser. Centralizing this configuration inrobot.toml
would simplify management and improve maintainability.Proposed Solution:
library
inrobot.toml
for library configurations, similar to thetool
section inpyproject.toml
.robot.toml
to allow library configurations to be defined per profile. This enables different library setups for environments like testing, development, or production.library
configurations and profiles.Benefits:
pyproject.toml
.Impact:
The text was updated successfully, but these errors were encountered: