Systems | Development | Analytics | API | Testing

Latest Videos

The future of load testing with k6, with k6 CEO Robin Gustafsson (k6 Office Hours)

We peek behind the curtain and talk to Robin Gustafsson, the CEO of Load Impact (k6), about future plans for k6 and the direction we'd like to see performance testing go in. Robin weighs in on test result analysis, site reliability engineering, browser-based tools, and chaos engineering. k6 Office Hours is a weekly livestream hosted by Nicole van der Hoeven and Simon Aronsson to talk about performance and reliability testing, best practices, and all things k6.

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.

Run a Cypress Test with Sauce Connect

Once you have a Sauce Connect proxy tunnel up and running, learn how to run your test on a shared tunnel. See how you can run this test in different Sauce Connect tunnels with Cypress on Sauce by simple changing you tunnel-id. See a demonstartion of both options you have for running the test in the 'sauce' test environment (on the Sauce Labs Cloud of virtual machines), by updating config.yml, or using a --tunnel-id flag in SauceCTL when you run your test.

Test a Local App with Cypress and Saucectl

Cypress on Sauce with Testrunner Toolkit allows you to perform tests on an app that you have on your local machine (or other non-public environments), then test it against the wide variety of devices available on Sauce Labs on. in Sauce mode (on the Sauce Cloud), or run your tests in a Docker container in your local environment and send the test results to Sauce Labs. This tutorial shows how to do this using the open-source Swag Labs web app.