Skip to content
Snippets Groups Projects
Commit 924b83bb authored by Leon Stapper's avatar Leon Stapper
Browse files

Update README.md

parent 79277d9e
No related branches found
No related tags found
No related merge requests found
......@@ -21,26 +21,30 @@ If you would like to try out our prorotype, you can either configure your own wo
4. Import the Project named "OnlineSchuhDemo" to your Eclipse-IDE and run the Maven Build as well.
5. Switch to your console and select the checked out repository as directory.
5. Add Xtext Nature to the Demo-Project.
6. Change directory to the web project.
6. Run Testgenerator by "Start" -> "BPMNTestgenerationApplication" and make sure the server started without errors.
7. Switch to your console and select the checked out repository as directory.
8. Change directory to the web project.
```bash
cd testgenerator-web/testgenerator-web
```
7. Run npm install to install all required dependencies.
9. Run npm install to install all required dependencies.
```bash
npm i
```
8. Start your web server and open the Testgenerator in your default web browser.
10. Start your web server and open the Testgenerator in your default web browser.
```bash
ng serve --open
```
9. Enjoy our prototype by creating a project and creating some automated regression testcases from UI.
11. Enjoy our prototype by creating a project and creating some automated regression testcases from UI.
## Virtual Machine
Sometimes you don't want to do setup the full developing environment. Therefore, we provided a [virtual machine](www.google.de). Just download and start the VM and try out our no-code approach for creating automated regression tests for your BPMN-based Process Driven Application.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment