jevis 0.1.1
jevis: ^0.1.1 copied to clipboard
Autonomous goal-driven Flutter UI tests. Define actions once and let Jevis select actions and evaluate completion.
0.1.1 #
- Add detailed console diagnostics for failed tests, including per-step goal probabilities, action confidence, selected actions, and errors.
- Display candidate actions in a probability-sorted table with action descriptions and a selected-action indicator.
- Colorize console probabilities by default, with
useColorsandJEVIS_LOG_COLORSoptions to control color output. - Lower the default
goalThresholdfrom0.95to0.6andactionThresholdfrom0.5to0.2.
0.1.0 #
Initial registered-action proof of concept with developer-supplied assertions.