Commit Graph

5222 Commits

Author SHA1 Message Date
dependabot[bot]
910d646b37
build(deps-dev): bump vite from 5.2.8 to 5.2.9
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.8 to 5.2.9.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.2.9/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-17 03:42:26 +00:00
Matthias
8f692aa0c3
Merge pull request #1834 from freqtrade/cypress
Remove Cypress dependency
2024-04-14 16:09:20 +02:00
Matthias
dac388dff2 Remove more cypress remainds 2024-04-14 09:28:02 +02:00
Matthias
0d27a036de Remove cypress directory, move tsconfig 2024-04-14 09:12:13 +02:00
Matthias
b6be4edba1 update Playwright tests for new testdata location 2024-04-14 09:11:25 +02:00
Matthias
58f1d570de Move TestData from cypress directory 2024-04-14 09:11:17 +02:00
Matthias
2292d8fea9 Update gitignore to remove cypress data 2024-04-14 08:59:56 +02:00
Matthias
a6db291a24 Remove cypress from package.json 2024-04-14 08:59:45 +02:00
Matthias
377b6ddc6c
Merge pull request #1833 from freqtrade/vitest
CT - Vitest
2024-04-13 17:11:39 +02:00
Matthias
2f9b94244a Update vite.conf to be typescript 2024-04-13 16:40:07 +02:00
Matthias
68cc499f59 Remove component testing from CI 2024-04-13 16:40:07 +02:00
Matthias
64eea047ad Migrate ValuePair to vitest 2024-04-13 16:35:53 +02:00
Matthias
ca50318d09 Migrate ProfitSymobl test to vitest 2024-04-13 16:35:10 +02:00
Matthias
31dca96dae Migrate profitPill test to vitest 2024-04-13 16:34:53 +02:00
Matthias
4241167770 Add dependencies for vitest testutils 2024-04-13 13:03:38 +02:00
Matthias
9c2b00058d Update necessary extensions for project 2024-04-13 13:03:29 +02:00
Matthias
1c21c7de27
Merge pull request #1832 from freqtrade/dependabot/docker/node-21.7.3-alpine
build(deps): bump node from 21.7.2-alpine to 21.7.3-alpine
2024-04-12 06:30:35 +02:00
dependabot[bot]
5a32dacfa3
build(deps): bump node from 21.7.2-alpine to 21.7.3-alpine
Bumps node from 21.7.2-alpine to 21.7.3-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-12 03:44:06 +00:00
Matthias
58f6459ef2
Merge pull request #1827 from freqtrade/dependabot/npm_and_yarn/main/date-fns-dccabc7dae
build(deps): bump the date-fns group with 2 updates
2024-04-10 07:24:00 +02:00
Matthias
4a067daba5 Use datetime helpers instead of direct date-fns import 2024-04-10 07:08:25 +02:00
Matthias
dbccd30ec6 Adapt to date-fns-tz 3.0 changes 2024-04-10 07:06:57 +02:00
Matthias
740df72b54
Merge pull request #1825 from freqtrade/dependabot/npm_and_yarn/main/eslint-69f6223819
build(deps-dev): bump the eslint group with 4 updates
2024-04-10 07:03:43 +02:00
Matthias
b51706a446 Enhance Trade drag/drop test 2024-04-10 07:03:14 +02:00
Matthias
4a46eac0df Revert eslint update for now 2024-04-10 06:53:30 +02:00
Matthias
dd782aa9bf
Merge pull request #1831 from freqtrade/dependabot/npm_and_yarn/main/iconify-json/mdi-1.1.66
build(deps-dev): bump @iconify-json/mdi from 1.1.65 to 1.1.66
2024-04-10 06:40:46 +02:00
dependabot[bot]
f571ee4ef1
build(deps-dev): bump the eslint group with 4 updates
Bumps the eslint group with 4 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [eslint](https://github.com/eslint/eslint) and [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue).


Updates `@typescript-eslint/eslint-plugin` from 7.5.0 to 7.6.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.6.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.5.0 to 7.6.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.6.0/packages/parser)

Updates `eslint` from 8.57.0 to 9.0.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.0.0)

Updates `eslint-plugin-vue` from 9.24.0 to 9.24.1
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.24.0...v9.24.1)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-10 04:30:29 +00:00
dependabot[bot]
800caed29e
build(deps-dev): bump @iconify-json/mdi from 1.1.65 to 1.1.66
Bumps [@iconify-json/mdi](https://github.com/iconify/icon-sets) from 1.1.65 to 1.1.66.
- [Commits](https://github.com/iconify/icon-sets/compare/1.1.65...1.1.66)

---
updated-dependencies:
- dependency-name: "@iconify-json/mdi"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-10 04:16:13 +00:00
Matthias
b74af90929
Merge pull request #1828 from freqtrade/dependabot/npm_and_yarn/main/playwright/test-1.43.0
build(deps-dev): bump @playwright/test from 1.40.0 to 1.43.0
2024-04-10 06:14:11 +02:00
Matthias
4bf8c27fa8
Merge pull request #1830 from freqtrade/dependabot/npm_and_yarn/main/types/node-20.12.7
build(deps-dev): bump @types/node from 20.9.2 to 20.12.7
2024-04-10 06:13:10 +02:00
Matthias
2337ff137c
Merge pull request #1826 from freqtrade/dependabot/npm_and_yarn/main/vue-8d83653ce3
build(deps-dev): bump vue-tsc from 2.0.10 to 2.0.11 in the vue group
2024-04-10 06:12:50 +02:00
dependabot[bot]
c044364eae
build(deps-dev): bump @types/node from 20.9.2 to 20.12.7
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.9.2 to 20.12.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-10 03:26:49 +00:00
dependabot[bot]
d7ff4c6b5b
build(deps-dev): bump @playwright/test from 1.40.0 to 1.43.0
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.40.0 to 1.43.0.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.40.0...v1.43.0)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-10 03:25:58 +00:00
dependabot[bot]
c7e32720bf
build(deps): bump the date-fns group with 2 updates
Bumps the date-fns group with 2 updates: [date-fns](https://github.com/date-fns/date-fns) and [date-fns-tz](https://github.com/marnusw/date-fns-tz).


Updates `date-fns` from 2.30.0 to 3.6.0
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md)
- [Commits](https://github.com/date-fns/date-fns/compare/v2.30.0...v3.6.0)

Updates `date-fns-tz` from 2.0.1 to 3.0.0
- [Release notes](https://github.com/marnusw/date-fns-tz/releases)
- [Changelog](https://github.com/marnusw/date-fns-tz/blob/master/CHANGELOG.md)
- [Commits](https://github.com/marnusw/date-fns-tz/compare/v2.0.1...v3.0.0)

---
updated-dependencies:
- dependency-name: date-fns
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: date-fns
- dependency-name: date-fns-tz
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: date-fns
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-10 03:25:25 +00:00
dependabot[bot]
cb3abaab72
build(deps-dev): bump vue-tsc from 2.0.10 to 2.0.11 in the vue group
Bumps the vue group with 1 update: [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc).


Updates `vue-tsc` from 2.0.10 to 2.0.11
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v2.0.11/packages/tsc)

---
updated-dependencies:
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-10 03:24:32 +00:00
Matthias
270004f643
Merge pull request #1823 from freqtrade/playwright
Playwright
2024-04-09 19:38:50 +02:00
Matthias
d6e4b584f1 Improve login test 2024-04-09 18:24:50 +02:00
Matthias
32219bdf21 Add final login test 2024-04-09 18:11:08 +02:00
Matthias
c4e3993664 migrate login failure test 2024-04-09 07:27:25 +02:00
Matthias
927b3f8570 Complete login test 2024-04-09 07:24:35 +02:00
Matthias
2be56db096 Playwright: test login flow 2024-04-09 07:18:44 +02:00
Matthias
09a3b56d82 Add initial few tests for login flow 2024-04-09 07:12:57 +02:00
Matthias
c2f693c896 Add dashboard playwright test 2024-04-09 07:02:08 +02:00
Matthias
75ed9bb3b4 ad assert for chart page whitelist call 2024-04-09 06:55:15 +02:00
Matthias
95df87c293 Add chart spec 2024-04-09 06:28:43 +02:00
Matthias
a622ab6c57 Refactor mock system for playwright 2024-04-08 20:53:15 +02:00
Matthias
a2fe720d31 Add pairlists playwright test 2024-04-08 20:37:40 +02:00
Matthias
5a475100e7 Playwright backtesting tests 2024-04-08 20:16:47 +02:00
Matthias
47de346df9 Add settings playwright test 2024-04-08 19:25:04 +02:00
Matthias
59578a434b Fix logic mistake in test assertion 2024-04-08 18:14:10 +02:00
Matthias
1258577d4d Upload playwright report to different files 2024-04-08 18:05:49 +02:00