Skip to content

Commit 1b88d9d

Browse files
committed
Update README.md
1 parent 1bfb843 commit 1b88d9d

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

README.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,3 @@ cp .env.example .env
1414
# Start
1515
docker compose up
1616
```
17-
18-
# Guide
19-
20-
Get something working quickly after that!
21-
22-
The core idea is to have a copy-pastable project that can be used as a spring-board for companies building internal tools with BrowserUse.
23-
24-
1. Automation flow that finds important parts of the application.
25-
1. List of all tests (grouped by function or by url)
26-
1. List of runs (suites) with lots of live video screens.
27-
1. Test Run View (with time travel)
28-
1. Use Scheduled Tasks to track state
29-
1. Webhook? idk... could be annoying for local set-up because you need routing
30-
1. Add thinking step
31-
1. Using WorkflowUse vs reusing WorkflowUse in the code to get it up and running.
32-
33-
## Constraints
34-
35-
- no login screen
36-
- easy docker spin up
37-
- copy-pasteable code
38-
- only runs locally (auth, db etc. second iteration)
39-
- only use cloud, do not use browser-use python library
40-
41-
## Development Setup
42-
43-
```
44-
docker compose up --watch
45-
```

0 commit comments

Comments
 (0)