Skip to content

Yellow House Studio Blog

Illustration of a bird flying.
  • Update App Service config from GitHub Actions

    During the CI/CD pipeline of a PR request for one of my projects, E2E tests are run in a staging environment of an Azure Static Web App. This results in the staging environment having different URLs each time, giving the API a need to update CORS settings to allow for the app to connect to…

    May 10, 2023
  • Automate Azure B2C redirect url

    As many others, I run tests on my apps before deploying them to production, one kind of tests are the e2e tests written in Cypress. And for these to run, I need to be able to login with a test user. I’ll get back to how exactly I do that with Cypress in another blog…

    May 10, 2023
  • Testing with Ionic ModalController in Angular using Spectator

    The setup is Ionic Framework with Angular, and using Spectator to test. Here I want to test the different stages of working with the modal controller. Setup of the tests This is the setup of the test file Using the modal in the component The following code is an example of using the ModalController in…

    March 13, 2023
  • Environments and Reusable Workflows in GitHub Actions

    When the need for multiple different environments arises while testing and deploying an app GitHub’s Reusable Workflows and configurable Environment secrets/variables comes in handy. But getting these two things to work together isn’t as intuitive as expected (at this point). This is how I solved it, after many trial and error loops, learning and tons…

    March 13, 2023

Yellow House Studio Blog