UNPKG

testeranto

Version:

the AI powered BDD test framework for typescript projects

71 lines (70 loc) 1.9 kB
// import testeranto from "../Node"; export var ApiFilename; (function (ApiFilename) { ApiFilename["root"] = "./testeranto/index.html"; ApiFilename["style"] = "./testeranto/App.css"; ApiFilename["script"] = "./testeranto/App.js"; })(ApiFilename || (ApiFilename = {})); export const Api = { // ... other files testeranto: { api: { tests: "/api/projects/tests", report: "/api/projects/", files: "/api/files/", }, app: { projects: { urls: "/api/projects", files: "./testeranto/projects.json", }, root: { url: "/", file: "./testeranto/index.html", }, css: { url: "/", file: "./testeranto/App.css", }, script: { url: "/", file: "./testeranto/App.js", }, }, }, // api: { // projects: "/api/projects/", // tests: "/api/projects/tests", // report: "/api/projects/", // files: "/api/files/", // }, // testeranto: { // root: { // url: "/", // file: "./testeranto/index.html", // }, // css: { // url: "/", // file: "./testeranto/App.css", // }, // css: { // url: "/", // file: "./testeranto/App.css", // }, // }, }; export var ApiEndpoint; (function (ApiEndpoint) { ApiEndpoint["root"] = "/testeranto/index.html"; ApiEndpoint["style"] = "/testeranto/App.css"; ApiEndpoint["script"] = "/testeranto/App.js"; })(ApiEndpoint || (ApiEndpoint = {})); // // // files = "/api/files/", // projects = "/api/projects/", // tests = "/api/projects/tests", // report = "/api/report", // health = "/api/health", // write = "/api/files/write", // read = "/api/files/read",