Archive for the ‘testing’ Category

Bug Fix to Preserve Encoded HTML Characters in Post Body Between Edits

A bug was introduced in the previous mp-wp patch that caused encoded ("escaped") html characters to be converted back to their symbols after being loaded into the post editor and re-saved.

#ossasepia 2019-10-31 18:33 whaack: lol til after hitting 'save draft' on a mpwp post with html characters escaped, the escaped characters are evaluated to their [...]

Additional Tests for MP-WP, Now According to Spec

After the first round of tests and some discussion in the logs, there is now a spec in place for a minimum viable blogging platform. The tests included in this patch evaluate against a portion of the requirements in the spec, with remaining requirements to be covered in future patches.
Together with the first round of [...]

MP-WP Automated Testing Proposal and VPatch

The following is presented for the consideration of the lords and ladies of tmsr.
Automated End-To-End Testing
Since mp-wp is a web application consisting of a frontend and a backend, my proposal is to handle testing via end-to-end tests run in the browser itself. This will unfortunately require the operator to run the tests on a toilet [...]