You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run Tests in a Specific test Site:
In version 2.0, we aim to enhance the testing experience by introducing the ability to specify a target "test" site for running tests. This feature ensures that tests are executed within a dedicated environment, isolated from production data, minimizing unintended side effects. Use --test-site option. --site will be deprecated
Improved Test File Organization:
We propose organizing all test files within a dedicated tests/ directory. This streamlined approach simplifies test file management, making it more straightforward to locate, manage, and maintain tests, while also contributing to a cleaner project structure.
Introduce --doctype Option:
The addition of the --doctype option will empower developers to execute tests for a specific doctype, allowing for more granular and focused testing of particular components of the application.
Introduce --app Option:
In response to the multifaceted nature of Frappe applications, we propose an extension of the --app option. This feature allows developers to select a specific app for testing, making it easier to target testing efforts within a complex, multi-app environment.
Introduce --module Option:
With the --module option, developers can direct testing efforts towards specific modules or features. This fine-grained control simplifies the identification of issues and supports focused testing.
Implement the skip-test-records Flag:
The text was updated successfully, but these errors were encountered:
test
Site:In version 2.0, we aim to enhance the testing experience by introducing the ability to specify a target "test" site for running tests. This feature ensures that tests are executed within a dedicated environment, isolated from production data, minimizing unintended side effects. Use
--test-site
option.--site
will be deprecatedWe propose organizing all test files within a dedicated
tests/
directory. This streamlined approach simplifies test file management, making it more straightforward to locate, manage, and maintain tests, while also contributing to a cleaner project structure.--doctype
Option:The addition of the
--doctype
option will empower developers to execute tests for a specific doctype, allowing for more granular and focused testing of particular components of the application.--app
Option:In response to the multifaceted nature of Frappe applications, we propose an extension of the
--app
option. This feature allows developers to select a specific app for testing, making it easier to target testing efforts within a complex, multi-app environment.--module
Option:With the
--module
option, developers can direct testing efforts towards specific modules or features. This fine-grained control simplifies the identification of issues and supports focused testing.skip-test-records
Flag:The text was updated successfully, but these errors were encountered: