Skip to content

trinhpham/test-with-gitpod

This branch is 1 commit ahead of, 20 commits behind master.

Repository files navigation

Gitpod Ready-to-Code

TestArchitect Gondola Workshop

Getting Started

Launching Gondola

  • Go to Gitpod and click on 'Login with GitHub & Launch Workspace"
  • Use your GitHub account to login and wait for Gitpod to get Gondola ready. It's ready when you see VS Code loaded.
  • When asked, allow the noVNC popup be opened and enter secret as the VNC password. (If you miss this step, see the port 6080 at bottom, click on it then click on Open Browser on the opened panel). Highly recommend opening the VNC page in browser.
  • Enable beta feataures (Note: this step is going to be eliminated)

Run Test

  • Generate a Gondola token
  • Open package.json, then add --licenseToken for "test" script. Example: "test": "./node_modules/.bin/gondola run --steps --reporter mochawesome --licenseToken ABCDEFDSFASDFASDFASDFASD"
  • Run your test with npm run test and see how it runs on the VNC page.

Record A Test

https://docs.gondolatest.com/testbuilder-guide/using-web-testbuilder.html#using-web-testbuilder

Execute Test

  • Execute
  • Watch test execution through VNC connection