Test workflow

PAC Runtime

Runtime to run Maya programs.

Instructions to run

You need to have deno installed on your machine to run this. You can install it from here. Once you install deno, cd into the root directory and run this command -

deno task run

This will start the server.

You can look at the pac-runtime Postman collection in the Maya workspace to see what requests can be made.

Run individual programs without starting the server

You can see an example of how to run individual programs in the Program tests here.