Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
3035f8e
Artifacts
iaza18 Aug 6, 2025
f893543
Artifacts
iaza18 Aug 18, 2025
82333a4
fixed jira redirection
iaza18 Aug 18, 2025
f2c50ea
Merge branch 'docs' into issue-364
iaza18 Aug 18, 2025
526f9c9
changing redirect
iaza18 Aug 18, 2025
6569cc8
Merge branch 'issue-364' of https://github.com/testomatio/docs into i…
iaza18 Aug 18, 2025
6911ea1
page url name change
iaza18 Aug 18, 2025
6e155d9
page url update
iaza18 Aug 18, 2025
57c602b
url update
iaza18 Aug 18, 2025
0ea1a01
updated advanced relaunch
iaza18 Aug 23, 2025
4426bee
RunGroups, Reports, AI RunGroup Report
iaza18 Aug 27, 2025
dcecbcc
Added missed images
iaza18 Aug 27, 2025
7b8907a
import-csv-xlsx
YanaBaranova0909 Aug 27, 2025
61074ce
migrated to bunosh
Aug 27, 2025
0e9ad67
issue_436 fix
YanaBaranova0909 Aug 28, 2025
0764f52
issue_436
YanaBaranova0909 Aug 28, 2025
ad73ec0
Merge pull request #442 from testomatio/issue_436
TetianaKhomenko Aug 28, 2025
f2d608d
task 699 commit
liudmylastepanets Aug 29, 2025
08e7909
issue_444
YanaBaranova0909 Aug 29, 2025
92d4996
Merge pull request #446 from testomatio/issue_444
TetianaKhomenko Sep 2, 2025
eaeaf4c
AI tickets, added Analyze Suite, Suggest Tests, FAQ
iaza18 Sep 2, 2025
f262636
issue_233
YanaBaranova0909 Sep 2, 2025
16486c2
Merge pull request #448 from testomatio/issue-5810-5468-222
TetianaKhomenko Sep 3, 2025
ee77fb1
Merge pull request #445 from testomatio/task699
TetianaKhomenko Sep 3, 2025
00e7d39
Merge branch 'docs' into issue-5272
TetianaKhomenko Sep 3, 2025
d0c0b4f
Merge pull request #440 from testomatio/issue-5272
TetianaKhomenko Sep 3, 2025
82aa1e5
Merge pull request #437 from testomatio/issue-1031
TetianaKhomenko Sep 3, 2025
a441fe9
added 10% discount
YanaBaranova0909 Sep 4, 2025
62d235d
Merge pull request #432 from testomatio/issue-364
TetianaKhomenko Sep 4, 2025
fa76b00
Merge pull request #449 from testomatio/233
TetianaKhomenko Sep 4, 2025
c728b11
Update import-tests-from-csv-xlsx.md
TetianaKhomenko Sep 5, 2025
24272f9
add redirect and bump deps (#450)
Arhell Sep 8, 2025
b3e4a68
custom charts
YanaBaranova0909 Sep 11, 2025
9465a52
Update ai-powered-features.md
TetianaKhomenko Sep 11, 2025
a53a1c8
issue_5718
YanaBaranova0909 Sep 12, 2025
7aa3f5e
BDD drafts
liudmylastepanets Sep 16, 2025
eefb39f
Merge pull request #452 from testomatio/issue_5718
TetianaKhomenko Sep 17, 2025
579739d
Merge pull request #451 from testomatio/357
TetianaKhomenko Sep 17, 2025
c69b6ae
Update index.md
TetianaKhomenko Sep 24, 2025
0435165
2nd commit
liudmylastepanets Sep 24, 2025
d78493e
Update administration.md
TetianaKhomenko Sep 25, 2025
ebe1355
Merge pull request #453 from testomatio/BDDUI_task
TetianaKhomenko Sep 29, 2025
d5705f9
youtrack-update
YanaBaranova0909 Sep 29, 2025
f4628da
Merge pull request #456 from testomatio/youtrack
TetianaKhomenko Sep 30, 2025
fabc9ae
migrated to bunosh
Arhell Sep 30, 2025
94c4c90
migrated to bunosh
Arhell Sep 30, 2025
4dd6eec
Merge remote-tracking branch 'origin/feat/migrate-bunosh' into feat/m…
Arhell Sep 30, 2025
d8b3e97
bump
Arhell Sep 30, 2025
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
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2
updates:
- package-ecosystem: "npm"
- package-ecosystem: "bun"
directory: "/"
schedule:
interval: "daily"
Expand Down
34 changes: 16 additions & 18 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,24 @@ jobs:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - name: Setup node
# uses: actions/setup-node@v4
# - name: Setup Bun
# uses: oven-sh/setup-bun@v1
# with:
# node-version: 20.x
# - uses: pnpm/action-setup@v4
# bun-version: latest
# - name: Install bunosh
# run: bun add -g bunosh
# - run: bun install
# - run: bunosh docs
# - run: bun run build
# env:
# PUBLIC_MEILISEARCH_KEY: ${{ secrets.PUBLIC_MEILISEARCH_KEY }}
# - name: Publish to Cloudflare Pages
# uses: cloudflare/pages-action@v1
# with:
# version: 10.12.4
# - run: pnpm install
# - run: cd src/scripts && pnpm install
# - run: cd src/scripts && node runok.js docs
# - run: pnpm run build
# env:
# PUBLIC_MEILISEARCH_KEY: ${{ secrets.PUBLIC_MEILISEARCH_KEY }}
# - name: Publish to Cloudflare Pages
# uses: cloudflare/pages-action@v1
# with:
# apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
# accountId: 60b76f40370d8320885e92e3daa114b1
# projectName: docs
# directory: dist
# apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
# accountId: 60b76f40370d8320885e92e3daa114b1
# projectName: docs
# directory: dist
run-scraper:
name: Run Search Scraper
runs-on: ubuntu-latest
Expand Down
28 changes: 13 additions & 15 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,16 @@ on:

jobs:
deploy:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20.x
- uses: pnpm/action-setup@v4
with:
version: 10.14.0
- run: pnpm install
- run: cd src/scripts && pnpm install
- run: cd src/scripts && node runok.js docs
- run: pnpm run build
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install bunosh
run: bun add -g bunosh
- run: bun install
- run: bunosh docs
- run: bun run build
Loading
Loading