ank1traj / testcase-generator

automates the process of generating test cases for cp. It takes input data, specified constraints, and test case conditions, and produces a set of test cases that exercise different paths and functions of the software application under test.
https://testcase-generator.vercel.app
MIT License
10 stars 12 forks source link

Make the Test Case Generator a PWA #38

Open ank1traj opened 1 year ago

ank1traj commented 1 year ago

Currently, the Test Case Generator is a web application that can only be used when connected to the internet. To improve the user experience and increase accessibility, we should make the Test Case Generator a Progressive Web App (PWA).

By converting the Test Case Generator to a PWA, users will be able to install the application on their device and use it even when they are not connected to the internet. Additionally, the application will be able to take advantage of native app features such as push notifications, offline caching, and improved performance.