Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 928 Bytes

Commands.rst

File metadata and controls

33 lines (18 loc) · 928 Bytes

Commands

You can check all avaible commands of the bot. Some commands migh be reserved to moderators, admin or the Bot Onwer.

check_sites

By default, this runs tests for all your sites

This is the main command that is used to run kong tests. By default, it does nothing, but you can pass in arguments to it, to make it do what you want.

Arguments

-t, --test <test_slug>

Run the tests for a specific Test. This might be run across multiple Sites or Types, whatever the test defines.

-s, --site <site_slug>

Run all of the tests for a specific site. This will run the tests that explicitly point at the Site, as well as the tests for the Type that the site is.

-T, --type <type_slug>

Run the tests for a specific Type. This will run the tests for all sites for that Type.