Today I am continuing my work on building out the client test suite for Micropub.rocks.
Now, after you create a post from a client, it caches the post that was created and redirects the client to the post's permalink. This makes it act more like a real Micropub server.
I also made it show error messages nicely formatted when there are problems with the request. These error messages appear in realtime if you leave the test open in another tab, since the server can't create the post and redirect the client if there is an error.