AWS Amplify Console offers end-to-end browser-based testing with Cypress

Posted on: Oct 1, 2019

Amplify Console now provides developers a test phase as part of their continuous deployment pipeline to catch regressions and bugs before pushing code to production. The test phase can be configured in the build specification YML and can be used to run any testing framework of your choice during a build. 

Amplify Console offers an integration with Cypress (an end-to-end testing framework) for browser-based testing. For web apps using Cypress, Amplify Console automatically detects the test commands on repo connection, executes the tests, and provides access to videos, screenshots, and any other artifacts made available during the build.

Check out our launch tutorial to learn more.