nasa-petal / bidara-deep-chat

BIDARA is a GPT-4o chatbot that was instructed to help scientists and engineers understand, learn from, and emulate the strategies used by living things to create sustainable designs and technologies using the Biomimicry Institute's step-by-step design process.
https://bit.ly/bidara-ai
Other
20 stars 3 forks source link

automated test suite #51

Open bruffridge opened 6 months ago

bruffridge commented 6 months ago

As the code base grows, it's getting hard to manually test after every change. Should probably start to look into adding some automated tests.

Github Actions might be sufficient or we can look at other CI services.

https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

jackitaliano commented 5 months ago

I believe Github Actions would be sufficient as well. Will have to check that out to see if it'll work with regression testing software (I don't see why not).

Likely will use Selenium. Was also suggested to check out Playwright, so I'll look into that too.