Adding Tests to Vercel
Adding automated tests to your Vercel project can be quick and efficient. Here's a two-path guide to integrating tests using GitHub Actions or Vercel's Checks.
Adding automated tests to your Vercel project can be quick and efficient. Here's a two-path guide to integrating tests using GitHub Actions or Vercel's Checks.
Dealing with imperfect code and test environments can drive you crazy, especially when you need to properly rerun failed tests while preserving the state of the test environment. How I deal with it using pytest?
Some argue that remasters are a necessary evil, allowing classic games to be enjoyed by a new generation of gamers. Others think that they are destroying the original game's charm and erasing the nostalgia that many players hold dear.
Reporting results from your automation tests to TestRail is a good idea. Especially for management with KPIs of automation coverage, and some other metrics. Let's automate it and report it to Testrail, Slack, email, etc.
Writing API tests is a boring and time-consuming task. Why we need to write tests manually and not use the same tools for testing as for development? Let's try to automate API testing using Swagger and few Python magic.