Systems | Development | Analytics | API | Testing

Create and Run Jobs with a Cypress Test in Github Actions

In this video, you will learn to set up two simple jobs with GitHub Actions and Saucectl to create a pipeline that builds and tests an example web app, as well as runs a test on Sauce Labs' virtual machines using Testrunner Toolkit and Sauce Control. Starting from a project set up in a previous tutorial, learn to add jobs to a github workflow .yml file. Use Actions to start a Sauce Connect Proxy Tunnel, install saucectl, and use it to run an automated test using Cypress.

Snowflake CEO Frank Slootman Talks Data Cloud Evolution | Rise of The Data Cloud | Snowflake

On the season 2 premiere of the Rise oF The Data Cloud Podcast, host Steve Hamm talks with Snowflake CEO Frank Slootman, and they give us an update on the transition of Snowflake from a private startup to a public company, the impact of the Data Cloud over the past year for organizations across industries, the future of data sharing and much more.

Set up a Cypress Test Project with Github Actions

In this tutorial, you will see how to set up a app project file cloned from the public `Swag Labs` web app provided by Sauce Labs, and create your own GitHub repository. Setup secrets in Github, and create the YAML file in the .github/workflows directory that will allow you to build & test the app using GitHub actions. Set the events in testrunner.yml that trigger the workflow to run, as well as the environment variables. The following video will show you how to set up and run the jobs.