Y
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
ianpurton
1157 days ago
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...
link
I wrote it up here https://rust-on-nails.com/docs/continuous-integration/integr...