-
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…
-
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…
