badge-maker
badge-maker copied to clipboard
Refactor badge-maker node version to support e2e testing for logos/links
Currently the npm module has the logos and links rendering behind an API call so you cannot access them. This is probably because on shields.io logos and links are handled another way? Not sure but need to refactor the JS code they have to make the private API the public one. Then it can be integrated into the tests/e2e.rs we already have.