Miscellaneous
nodejs
and npm
is already installed. you can verify it using these commandsnode -v
npm -v
pusakatest
and don't forget to change the folder/directory location. for examplemkdir hello-pusakatest && cd hello-pusakatest
pusakatest
, you can simply run this command (and follow the instructions)
npx pusakatest@latest
npm run test
npm run test-publish
.feature
file under /features
folder/directorynpm run test
Feature: API REQRES.IN
Scenario: Get all users list on REQRES.IN API
Given I make a "POST" request to "https://reqres.in/api/users"
When I receive a response
Then I expect response should have a status "200"