Lines Matching refs:new
4 … cases. Regression testing is essential for ensuring that new code changes do not introduce new bu…
14 7. [Add New Test](#add-new-test)
15 8. [Add New Build Type](#add-new-build-type)
21 3. [Add New Test Case](#add-new-test-case)
26 4. [Add New Test Case](#add-new-test-case-1)
143 Follow these steps to add a new test:
350 …ypes lack the configuration settings required for your test, you can add a new build type by follo…
353 2. Add a new build type using the following example:
357 3. Include the new build type in the `BUILD_CONFIGURATIONS` list.
365 4. Add the new demo type.
367 - Define a new demo type list and add the new example project to it:
372 - Set the directory path for the new demos by updating the existing logic:
392 …lidation_*.c` and related source files, excluding `demo_*` for the test cases of the new demo type:
455 If you have added a new `gxp` project under the target directories, this project will be automatica…
494 1. Add a new test file.
524 5. Import the new test case to `test_main.py`.
526 - Import the new test module:
531 - Add argument for the new test case:
536 - Update existing logic to set the new test case to run when the user doesn't specify tests to run:
551 - Generate golden files for the new test case:
557 - Run the new test case to see if it passes.