Skip to content

Files

Latest commit

 

History

History

e2e

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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"