Tags: wuttinanhi/aitestgen
Tags
Merge dev to main (major changes) (#9) * implemented quick selector tool * implement test prompt file (#2) * Create npm-publish.yml * Update npm-publish.yml * Update npm-publish.yml * fix workflow: use pnpm * fix workflow: add set version to release tag * workflow: add checkout fetch-depth: 0 * 1.0.2 * 1.0.3 * patch 1.0.2 * fix src import * 1.0.3 * wip generate test from test prompt file * working testsuite generator * move testsuite generator to new directory * refactor cli * update project tests * Tidy test file mode (#3) * tidy cli code * make gen command output steps json * update README and package.json * implements press key action in webcontroller * remove http.controller.ts * update default prompts * update test and remove unused * implements press key action in webcontroller (#6) * CLI decoupling to new function (#5) * implements press key action in webcontroller * remove http.controller.ts * update default prompts * update test and remove unused * extract cli run to new function * add selenium test generation support (#7) * wip selenium test generator * MVP working selenium test generate * add interface for translator * move templates to new dir * add more translation for selenium * fix selenium bugs Template unknown translator: selenium Testsuite generator unknown translator selenium * removed prompt mode (#8) * update project tests * update README.md
generate testsuite from test prompt file (#4) * implemented quick selector tool * implement test prompt file (#2) * Create npm-publish.yml * Update npm-publish.yml * Update npm-publish.yml * fix workflow: use pnpm * fix workflow: add set version to release tag * workflow: add checkout fetch-depth: 0 * 1.0.2 * 1.0.3 * patch 1.0.2 * fix src import * 1.0.3 * wip generate test from test prompt file * working testsuite generator * move testsuite generator to new directory * refactor cli * update project tests * Tidy test file mode (#3) * tidy cli code * make gen command output steps json * update README and package.json