File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -14,32 +14,3 @@ cp .env.example .env
14
14
# Start
15
15
docker compose up
16
16
```
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
- ```
You can’t perform that action at this time.
0 commit comments