Zed A. Shaw
|
736095a5aa
|
Nicer testing setup with my own interface and methods that abstract away the weird browser API.
|
2025-07-11 14:34:47 -04:00 |
|
Zed A. Shaw
|
ecc264db8c
|
Now easier to write tests for the app, and most pages are at least touched.
|
2025-07-10 13:06:19 -04:00 |
|
Zed A. Shaw
|
23bda88b29
|
Had to make the tests pass for the new page gen.
|
2025-07-05 22:19:44 -04:00 |
|
Zed A. Shaw
|
014611a901
|
Make the register/login pages link to eachother.
|
2025-06-29 13:42:09 -04:00 |
|
Zed A. Shaw
|
63fdc06438
|
Use TestMain to setup the database and shut it down after.
|
2025-06-29 13:33:53 -04:00 |
|
Zed A. Shaw
|
35d1b06a79
|
Test can now register a user and log in.
|
2025-06-29 13:30:40 -04:00 |
|
Zed A. Shaw
|
db58b38917
|
Simple test of having a render handler that simply renders files by URL name.
|
2025-06-24 14:46:05 -04:00 |
|
Zed A. Shaw
|
db9697130e
|
.\tests\tools.go
|
2025-06-24 14:24:29 -04:00 |
|
Zed A. Shaw
|
74edb069d2
|
Cleanup how clicking on a link works for the tests.
|
2025-06-24 14:14:39 -04:00 |
|
Zed A. Shaw
|
fecfc8ee84
|
chromedp completely fails to reliably click on links when running in non-headless mode on Windows. About 50% of the time it just hangs thinking it clicked when it didn't. So, on Windows need headless only, and then design tests on Linux where it (maybe) works.
|
2025-06-23 13:08:25 -04:00 |
|