v0.9.7
Patch Changes
-
dbd26ca: feat(gptDriver): integrate GPT Driver SDK for AI-powered test automation
Add GPT Driver SDK integration enabling natural language test automation via
device.gptDriver.*methods:aiExecute(instruction)- execute AI-powered actionsassert(condition)- verify screen state with natural languageassertBulk(conditions)- verify multiple conditions at oncecheckBulk(conditions)- check conditions without failing testextract(extractions)- extract data from screen
Requires
GPT_DRIVER_API_KEYenvironment variable. Tests gracefully skip when not configured.