Skip to content

Files

Latest commit

d84d605 · Sep 18, 2024

History

History

e2e

Run the e2e tests

Make sure you have ginkgo installed on your local machine:

go get github.com/onsi/ginkgo/ginkgo

Run all e2e tests

# Install ginkgo and run in this folder
ginkgo

Run a specific e2e test

# Install ginkgo and run in this folder
ginkgo -focus="should load profile cached and uncached"