Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
75c6fc5
Updated storybook story
BartoszWrobel591 Aug 12, 2024
a894271
Merge branch 'refs/heads/main' into dev
BartoszWrobel591 Aug 20, 2024
da1ecf1
Updated btn color
BartoszWrobel591 Aug 20, 2024
a5454d2
Updated btn color
BartoszWrobel591 Aug 20, 2024
b0b250c
Updated buddy.yml
BartoszWrobel591 Aug 20, 2024
e13ca53
Merge pull request #3 from buddy-works/main
bylek Sep 12, 2024
a36f0cc
more stories
bylek Sep 12, 2024
d8380f8
more stories
bylek Sep 12, 2024
a23444b
more stories
bylek Sep 12, 2024
47d01dd
Add pip
BartoszWrobel591 Dec 19, 2024
6202cd9
Update cli
BartoszWrobel591 Dec 19, 2024
35776c1
Update cli
BartoszWrobel591 Dec 20, 2024
e0d18f4
Updated cypress plugin
BartoszWrobel591 Dec 20, 2024
78fdf69
Pipeline changed by buddy
BartoszWrobel591 Dec 23, 2024
093c062
Merge branch 'main' into dev
BartoszWrobel591 Feb 17, 2025
5a20ab3
Removed yaml fix
BartoszWrobel591 Feb 17, 2025
76e6e06
Updated gh action
BartoszWrobel591 Feb 17, 2025
6e5427e
Updated bdy cli version
BartoszWrobel591 Feb 20, 2025
c5a5559
Fixed cy-test script
BartoszWrobel591 Feb 20, 2025
1b4e7ce
Added style for dark color scheme
BartoszWrobel591 Feb 21, 2025
c92d15e
Update package
BartoszWrobel591 Feb 26, 2025
82a8304
Clean up storybook stories
BartoszWrobel591 Feb 26, 2025
b8cfa51
Added dark theme for storybook stories
BartoszWrobel591 Feb 26, 2025
a302873
Updated dark theme for page story
BartoszWrobel591 Feb 26, 2025
0d07e7c
Fix
BartoszWrobel591 Feb 27, 2025
bb94e05
Test
BartoszWrobel591 Feb 27, 2025
08f12b0
Update gh action
BartoszWrobel591 Feb 27, 2025
7556640
Update gh action
BartoszWrobel591 Feb 27, 2025
7a514d2
Update gh action
BartoszWrobel591 Feb 27, 2025
950438b
Update gh action
BartoszWrobel591 Feb 27, 2025
791f8c0
Merge branch 'main' into dev
BartoszWrobel591 Mar 10, 2025
86c6f53
test
BartoszWrobel591 Mar 10, 2025
0ceaa0c
Added flaky button example
BartoszWrobel591 Mar 18, 2025
c36844b
Added broken page example
BartoszWrobel591 Mar 18, 2025
d710891
Updated bdy package
BartoszWrobel591 Mar 20, 2025
ce67086
Updated flaky button example
BartoszWrobel591 Mar 20, 2025
62275df
Updated bdy package
BartoszWrobel591 Mar 21, 2025
631b754
Update bdy cli
BartoszWrobel591 Apr 16, 2025
95424f5
Update bdy cli
BartoszWrobel591 Apr 17, 2025
09d2790
Added example with chromatic flag and custom viewports
BartoszWrobel591 Apr 24, 2025
9573c1f
Updated bdy cli
BartoszWrobel591 Jul 11, 2025
eac01bf
Update bdy cli
BartoszWrobel591 Jul 11, 2025
fe0c0d5
Updated bdy cli
BartoszWrobel591 Jul 17, 2025
2d59dcb
Update bdy cli
BartoszWrobel591 Aug 12, 2025
030bedf
Update service url
BartoszWrobel591 Aug 28, 2025
b240632
Added more stories
BartoszWrobel591 Aug 28, 2025
f103585
Added more stories
BartoszWrobel591 Aug 28, 2025
757234a
Update bdy cli
BartoszWrobel591 Sep 8, 2025
35aaa2d
Update bdy cli
BartoszWrobel591 Sep 11, 2025
e20f36c
Updated bdy cli and buddy yaml
BartoszWrobel591 Oct 14, 2025
07d06cf
Updated buddy.yml
BartoszWrobel591 Oct 14, 2025
f9dc376
Updated bdy cli
BartoszWrobel591 Nov 4, 2025
d767cbe
Updated pnpm-lock
BartoszWrobel591 Jan 30, 2026
87505b1
Removed lockfiles
BartoszWrobel591 Feb 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
branches: [ "main" ]

env:
SNAPSHOTS_SERVICE_URL: https://ef9a-93-179-255-178.ngrok-free.app
BUDDY_VT_TOKEN: bud_vt_us_s5gd67sq1ixg97gn8bvniani5dm62t
SNAPSHOTS_SERVICE_URL: https://a8c4-93-179-255-178.ngrok-free.app
BUDDY_VT_TOKEN: bud_vt_us_n00af8rtq3nto0c3qca4ymtczzgcg5

jobs:
build:
Expand All @@ -20,7 +20,12 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2
- name: Cache Cypress 📦
uses: actions/cache@v4
with:
path: ~/.cache/Cypress
key: my-cache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
- uses: pnpm/action-setup@v4
with:
version: 9.6.0
- name: Use Node.js
Expand All @@ -32,4 +37,5 @@ jobs:
- run: git branch -a
- run: git merge-base origin/main origin/dev
- run: pnpm i
- run: ./node_modules/.bin/cypress install
- run: pnpm run test
335 changes: 92 additions & 243 deletions buddy.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@buddy-works/cypress": "0.1.0",
"@fastify/cors": "11.0.0",
"@fastify/static": "8.1.1",
"bdy": "1.9.5-dev",
"bdy": "dev",
"cypress": "14.1.0",
"fastify": "5.2.1",
"start-server-and-test": "2.0.10"
Expand Down
3,874 changes: 0 additions & 3,874 deletions pnpm-lock.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion public/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</script>
</head>
<body>
<h1 class="lama">Test site123467</h1>
<h1 class="lama">Test site1234678</h1>
<h2>Input</h2>
<label>Test text input</label>
<input id="input" type="text" />
Expand Down
7 changes: 7 additions & 0 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@
h1 {
color: blue;
}

@media (prefers-color-scheme: dark) {
body {
background-color: #333;
color: #fff;
}
}
2 changes: 0 additions & 2 deletions storybook-react-native/.npmrc

This file was deleted.

Loading