Skip to content

Commit 2978b96

Browse files
author
Zuzanna Ludzik
committed
removed ctrf from tracked files, browserstack local compatibility, donation popup disabled
1 parent f03e0a9 commit 2978b96

22 files changed

Lines changed: 78 additions & 2326 deletions

.github/workflows/playwright-local.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,10 @@ jobs:
133133
- name: Checkout branch
134134
working-directory: cryptpad
135135
run: |
136+
git fetch origin remove_donation
136137
git checkout staging
137138
git branch
139+
git rebase origin/remove_donation
138140
- name: Install dependencies
139141
run: npm install --prefix cryptpad
140142
- name: Install components 1
@@ -235,8 +237,10 @@ jobs:
235237
- name: Checkout branch
236238
working-directory: cryptpad
237239
run: |
240+
git fetch origin remove_donation
238241
git checkout 2026.4-test
239242
git branch
243+
git rebase origin/remove_donation
240244
- name: Install dependencies
241245
run: npm install --prefix cryptpad
242246
- name: Install components 1
@@ -337,8 +341,10 @@ jobs:
337341
- name: Checkout branch
338342
working-directory: cryptpad
339343
run: |
344+
git fetch origin remove_donation
340345
git checkout 2026.4-rc
341346
git branch
347+
git rebase origin/remove_donation
342348
- name: Install dependencies
343349
run: npm install --prefix cryptpad
344350
- name: Install components 1
@@ -439,8 +445,10 @@ jobs:
439445
- name: Checkout branch
440446
working-directory: cryptpad
441447
run: |
448+
git fetch origin remove_donation
442449
git checkout staging
443450
git branch
451+
git rebase origin/remove_donation
444452
- name: Install dependencies
445453
run: npm install --prefix cryptpad
446454
- name: Install components 1
@@ -541,8 +549,10 @@ jobs:
541549
- name: Checkout branch
542550
working-directory: cryptpad
543551
run: |
552+
git fetch origin remove_donation
544553
git checkout 2026.4-rc
545554
git branch
555+
git rebase origin/remove_donation
546556
- name: Install dependencies
547557
run: npm install --prefix cryptpad
548558
- name: Install components 1
@@ -643,8 +653,10 @@ jobs:
643653
- name: Checkout branch
644654
working-directory: cryptpad
645655
run: |
656+
git fetch origin remove_donation
646657
git checkout 2026.4-test
647658
git branch
659+
git rebase origin/remove_donation
648660
- name: Install dependencies
649661
run: npm install --prefix cryptpad
650662
- name: Install components 1
@@ -745,8 +757,10 @@ jobs:
745757
- name: Checkout branch
746758
working-directory: cryptpad
747759
run: |
760+
git fetch origin remove_donation
748761
git checkout staging
749762
git branch
763+
git rebase origin/remove_donation
750764
- name: Install dependencies
751765
run: npm install --prefix cryptpad
752766
- name: Install components 1
@@ -847,8 +861,10 @@ jobs:
847861
- name: Checkout branch
848862
working-directory: cryptpad
849863
run: |
864+
git fetch origin remove_donation
850865
git checkout 2026.4-rc
851866
git branch
867+
git rebase origin/remove_donation
852868
- name: Install dependencies
853869
run: npm install --prefix cryptpad
854870
- name: Install components 1
@@ -949,8 +965,10 @@ jobs:
949965
- name: Checkout branch
950966
working-directory: cryptpad
951967
run: |
968+
git fetch origin remove_donation
952969
git checkout 2026.4-test
953970
git branch
971+
git rebase origin/remove_donation
954972
- name: Install dependencies
955973
run: npm install --prefix cryptpad
956974
- name: Install components 1
@@ -1051,8 +1069,10 @@ jobs:
10511069
- name: Checkout branch
10521070
working-directory: cryptpad
10531071
run: |
1072+
git fetch origin remove_donation
10541073
git checkout staging
10551074
git branch
1075+
git rebase origin/remove_donation
10561076
- name: Install dependencies
10571077
run: npm install --prefix cryptpad
10581078
- name: Install components 1
@@ -1153,8 +1173,10 @@ jobs:
11531173
- name: Checkout branch
11541174
working-directory: cryptpad
11551175
run: |
1176+
git fetch origin remove_donation
11561177
git checkout 2026.4-rc
11571178
git branch
1179+
git rebase origin/remove_donation
11581180
- name: Install dependencies
11591181
run: npm install --prefix cryptpad
11601182
- name: Install components 1
@@ -1255,8 +1277,10 @@ jobs:
12551277
- name: Checkout branch
12561278
working-directory: cryptpad
12571279
run: |
1280+
git fetch origin remove_donation
12581281
git checkout 2026.4-test
12591282
git branch
1283+
git rebase origin/remove_donation
12601284
- name: Install dependencies
12611285
run: npm install --prefix cryptpad
12621286
- name: Install components 1
@@ -1357,8 +1381,10 @@ jobs:
13571381
- name: Checkout branch
13581382
working-directory: cryptpad
13591383
run: |
1384+
git fetch origin remove_donation
13601385
git checkout staging
13611386
git branch
1387+
git rebase origin/remove_donation
13621388
- name: Install dependencies
13631389
run: npm install --prefix cryptpad
13641390
- name: Install components 1
@@ -1459,8 +1485,10 @@ jobs:
14591485
- name: Checkout branch
14601486
working-directory: cryptpad
14611487
run: |
1488+
git fetch origin remove_donation
14621489
git checkout 2026.4-rc
14631490
git branch
1491+
git rebase origin/remove_donation
14641492
- name: Install dependencies
14651493
run: npm install --prefix cryptpad
14661494
- name: Install components 1
@@ -1561,8 +1589,10 @@ jobs:
15611589
- name: Checkout branch
15621590
working-directory: cryptpad
15631591
run: |
1592+
git fetch origin remove_donation
15641593
git checkout 2026.4-test
15651594
git branch
1595+
git rebase origin/remove_donation
15661596
- name: Install dependencies
15671597
run: npm install --prefix cryptpad
15681598
- name: Install components 1

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ accessibilityresults_loggedin.md
1313
ctrf/crtf.json
1414

1515
browserstack.err
16+
ctrf

browserstack.config.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
require('dotenv').config();
2+
23
const cp = require('child_process');
34
const clientPlaywrightVersion = cp
4-
// .execSync('npx playwright --version')
5+
.execSync('npx playwright --version')
56
.toString()
67
.trim()
78
.split(' ')[1];
@@ -11,10 +12,11 @@ const BrowserStackLocal = require('browserstack-local');
1112

1213
const caps = {
1314
name: 'my playwright test',
14-
build: 'localhost-5',
15+
build: `debug-${Date.now()}`,
1516
'browserstack.username': process.env.BROWSERSTACK_USERNAME,
1617
'browserstack.accessKey': process.env.BROWSERSTACK_ACCESS_KEY,
17-
// 'browserstack.local': !!process.env.PW_URL.includes('localhost'),
18+
'browserstack.local': !!process.env.PW_URL.includes('localhost'),
19+
1820
// "browserstack.idleTimeout" : "300",
1921
'browserstack.playwrightVersion': clientPlaywrightVersion,
2022
'bstack:options': {

0 commit comments

Comments
 (0)