Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 341 Bytes

File metadata and controls

19 lines (15 loc) · 341 Bytes

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"