Age | Commit message (Expand) | Author |
2025-02-27 | Bump dependencies, build with GHC up to 9.12 | Roman Smrž |
2025-02-27 | Refactor script/expression related code to multiple modules | Roman Smrž |
2025-02-24 | Collect and evaluate global definitions together | Roman Smrž |
2025-02-11 | Provide imported definitions at run-time | Roman Smrž |
2025-02-08 | Time information in output | Roman Smrž |
2024-12-16 | Change working directory of spawned process to node directory | Roman Smrž |
2024-12-03 | Remove remaining Expr usage in TestStep | Roman Smrž |
2024-12-02 | Trace regex variables in expect using new type | Roman Smrž |
2024-11-29 | Represent root network as an internal variable | Roman Smrž |
2024-11-29 | Special "builtin" value for SourceLine | Roman Smrž |
2024-11-28 | Separate VarValue type without hidden type | Roman Smrž |
2024-11-28 | Remove embedded Expr for some inner TestBlock parameters | Roman Smrž |
2024-11-20 | Avoid embedded Expr in most of test step parameters | Roman Smrž |
2024-11-13 | Keep track of used variables alongside evaluated expressions | Roman Smrž |
2024-11-12 | Remove ExprStatement in favor of using Expr TestBlock | Roman Smrž |
2024-11-09 | Move withVar into MonadEval type class | Roman Smrž |
2024-10-04 | User-defined test functions without parameters | Roman Smrž |
2024-09-28 | Fix regex check in flush command | Roman Smrž |
2024-09-25 | Implement "guard" as a builtin | Roman Smrž |
2024-09-24 | Function parameters and calls | Roman Smrž |
2024-08-07 | Replace first command (wait) with a builtin | Roman Smrž |
2024-08-06 | Test block expression type and statement | Roman Smrž |
2023-10-23 | Flush command | Roman Smrž |
2023-08-24 | Option to wait at the end of each test | Roman Smrž |
2023-07-13 | Show record selectors in failure reports | Roman Smrž |
2023-05-06 | Drop support for introducing node variable by 'spawn' command | Roman Smrž |
2023-04-26 | Route tracking in namespaces and helper functions | Roman Smrž |
2023-04-26 | Use link objects for disconnect commands | Roman Smrž |
2023-04-23 | Add network namespace in constructor of corresponding type | Roman Smrž |
2023-04-18 | Command-line option to keep test directory | Roman Smrž |
2023-04-04 | Disconnect commands | Roman Smrž |
2023-04-02 | Network namespace type | Roman Smrž |
2023-03-30 | Move test-executing functions to separate module | Roman Smrž |