Hacker News new | ask | show | jobs
by noobdev9000 1157 days ago
Have you or anyone else how to organize and test a Rust web application that is structured around usual onion layer using DDD or similar?
1 comments

I mainly test with a combination of unit tests and using selenium https://github.com/stevepryde/thirtyfour for integration tests

I wrote it up here https://rust-on-nails.com/docs/continuous-integration/integr...