Skip to content

MarkUsProject/autotest-template-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a template for writing autotest plugins. To write your plugin, go through the files in this repo and fill in the bit marked "TODO". Feel free to use other repos named autotest-plugin-* in this project as inspiration.

Plugins require different files depending on the type of backend they can be run with. All other files are optional.

To run with the classic backend:

  • classic.cli is required

To run with the docker backend:

  • docker.cli is required
  • Dockerfile is required

All plugins need to specify configuration settings by printing a json schema by running the settings option in one of the *.cli files. This schema needs to minimally contain the structure present in the schema.json file.

TODO: write a README for your plugin

About

Template for autotest plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published