Commit 840b974
committed
🚀 chore(grid upgrade): turbocharged Selenium Grid + streamlined workflows 🧪🐳
- requires-python >= 3.12
- Updated config.yaml with hub_image and browser images set to latest 🚦
- Split GitHub Actions into Docker 🐳 and K8s ☸️ test flows for clarity and better coverage 📊
- Introduced pidfile.py for clean kubectl port-forward process handling in KinD 🧼
- Added psutil + stubs to pyproject.toml for helper PidFile functions ⚙️
- Swapped Optional for modern `Type | None` typing 🧹
- Added rich CLI entrypoint using Typer:
- `server dev` / `server run` for FastAPI server modes 🚀
- `helm` subcommand for Kubernetes deployment management ☸️
- Includes styled help via rich markup ✨
- 📚 Updated `README.md` with latest usage and architecture info
- ➕ Added `CITATION.cff`, `ATTRIBUTION.md` and `CONTRIBUTING.md` for transparency and community contribution guidelines
✅ ALL TESTS PASSED (local/act, Docker, K3s) — full green lights! 💚1 parent e14b106 commit 840b974
File tree
40 files changed
+1898
-1109
lines changed- .github/workflows
- .vscode
- scripts/helm
- cli
- src
- app
- common
- routers
- browsers
- services/selenium_hub
- common
- core
- kubernetes
- models
- tests
- e2e
- integration
- unit
40 files changed
+1898
-1109
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 1 | + | |
7 | 2 | | |
8 | 3 | | |
9 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
13 | 18 | | |
14 | | - | |
15 | | - | |
| 19 | + | |
16 | 20 | | |
17 | 21 | | |
18 | | - | |
19 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
20 | 59 | | |
21 | 60 | | |
22 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
23 | 64 | | |
24 | 65 | | |
25 | 66 | | |
26 | 67 | | |
27 | 68 | | |
28 | | - | |
| 69 | + | |
| 70 | + | |
29 | 71 | | |
30 | 72 | | |
31 | | - | |
| 73 | + | |
32 | 74 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
37 | 84 | | |
38 | 85 | | |
39 | 86 | | |
40 | 87 | | |
| 88 | + | |
41 | 89 | | |
42 | 90 | | |
43 | 91 | | |
| |||
46 | 94 | | |
47 | 95 | | |
48 | 96 | | |
49 | | - | |
50 | | - | |
51 | | - | |
| 97 | + | |
52 | 98 | | |
53 | 99 | | |
| 100 | + | |
54 | 101 | | |
55 | 102 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 6 | + | |
11 | 7 | | |
0 commit comments