tldr; Part 2 of a multi-part series on writing a static Docker registry in Rust.
Part 2: Static Docker Registry in Rust
Brewfile
My current Brewfile explained. Some entries (like gcc
) are omitted because they are self explanatory,
while others (like helm
) are omitted because they are much more commonly known. This leaves, lesser known and hopefully
helpful programs. Enjoy!
Playwright Testing Zarf
tldr;
playwright is a very powerful E2E testing framework by Microsoft, but it does come with a slight learning curve, even if migrating from Cypress or Selenium