package
6.3.12+incompatible
Repository: https://github.com/loft-sh/devspace.git
Documentation: pkg.go.dev
# README
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"