Simple one-page web application written in Typescript and using Vite for tooling.
- have a standard browser, like Chrome, Firefox
- Node.js LTS
- git
- after cloning switch to the
./frontend
folder and runnpm install
- create
.env
file with following key/value pairs:VITE_SERVER_BASE_URL=http://localhost:4000
- open separate shell windows, switch to the
./frontend
folder and runnpm run dev
- open the provided link in the shell in the browser
- profit
- provide model specification for generating test cases, as specified in the PICT
- example model is provided in
./tests/test-data
folder - select output type of downloaded file
- after clicking the button, browser should prompt you for download of the file, or download automatically in you default Downloads folder
- server errors do not contain any inner information for the security reasons
- frontend will display generic message below the form
- more detailed message can be found in the
response body of the
./generate
request call in devtools