Using the test suite of your choice, thoroughly test a search for kits page with 3 hours of effort.
Biobot customers receive a kit with tubes inside of it, which the customer uses to collect samples, and later sends the kit back to the Biobot lab. Your task is to test a search with an autocomplete functionality that our customers use to track the shipping status of that kit. Each kit has a label on it with a unique kit identifier and FedEx tracking number with the format xx-xxx-xxxx.
Opens two terminal tabs, one for npm run frontend
, one for npm run backend
. On MacOS, terminal needs accessibility access and will prompt the user to allow the action. Otherwise, to run the app, open two terminals. In one terminal, run npm run frontend
in another terminal run npm run backend
.
Runs the app in the development mode at http://localhost:3000.
Runs the backend using json-server at http://localhost:4000. To retrieve shipping data: http://localhost:4000/shipping_data.
Builds the app for production to the build
folder. Bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes. Deployment info here.