automators-com / aigent

Generate tests for you application using an autonomous AI agent
GNU General Public License v3.0
3 stars 0 forks source link

Fix playwright testing issues #25

Closed RatulMaharaj closed 1 week ago

RatulMaharaj commented 1 week ago

This pull request includes several changes to improve the testing framework and streamline the code in the src/agent directory. The most important changes include updating the testing framework from Cypress to Playwright, modifying subprocess commands for consistency, and ensuring the correct handling of test directories and unique image files.

Framework Update:

Subprocess Command Modifications:

Directory Handling:

Image Handling:

Minor Changes: