Kaizen Today I Learned by Ville Säävuori

Posts tagged issues

Fixing "Error loading MySQLdb module" on macOS 10.15 Catalina

MySql gets usually installed on MacOS by Brew, which installs a bunch of dylib libraries in /usr/local/opt/mysql/lib/. For some reason my Python installation is looking for wrong version of these files and I’ve yet to find a proper solution for matching up the dependencies. The error message looks like this:

· Read the full article →

Downloading Files With Cypress.io

There seems to be almost no documentation and examples on how to test file downloads with Cypress. There is a closed ticket #8089 with several “any updates on this”-comments and no recent replies from Cypress. It looks like I won’t be testing file downloads anytime soon.

· Read the full article →

Cypress.io Drag&Drop Issues

Cypress has issues with drag&drop and SortableJS. The example repo has a dra&drop example but it doesn’t work with SortableJS. Tried all possible combination, no avail. There is also cypress-drag-drop plugin and an old Gist for using Cypress with SortableJS but neither of these work with current (5.x) version of Cypress.

· Read the full article →