Marie Cruz
Marie is a software tester and also a tech blogger at testingwithmarie.com where she talks about testing and test automation in general. Currently, she works as a Developer Advocate for k6.io
Marie Drake, Principal Test Automation Engineer @ News UK
"Continuous Integration is a software development practice where members of a team integrate their work frequently, usually each person integrates at least daily - leading to multiple integrations per day. Each integration is verified by an automated build (including test) to detect integration errors as quickly as possible" - Martin Fowler
https://martinfowler.com/articles/continuousIntegration.html
📖 The Phoenix Project
📖 The Unicorn Project
Easily test small changes
version: 2.1
orbs:
cypress: cypress-io/cypress@1.25.0
workflows:
build:
jobs:
- cypress/run:
name: Run E2E tests
Marie Drake, Principal Test Automation Engineer @ News UK
By Marie Cruz
In this lunch and learn session, we'll look at how we can integrate our Cypress tests to a CI/CD pipeline using CircleCI
Marie is a software tester and also a tech blogger at testingwithmarie.com where she talks about testing and test automation in general. Currently, she works as a Developer Advocate for k6.io