API Integration Testing in Google Cloud Shell - Part 1

preview_player
Показать описание
We use the google cloud shell editor and terminal to run our API tests in the cloud, but they don't work at first. Before we can clone them from Github we create an ssh key using this command: ssh-keygen

Then we open the folder in the terminal and install the javascript libraries using this command: npm install

Last we run the tests: npm run test

Which fails, it turns out due to a node version incompatibility (a rare thing in my experience). Check out Part 2 to see how to solve it.
Рекомендации по теме