Commit Graph

5339 Commits

Author SHA1 Message Date
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
Matthias
0fca97b267 Attempt to improve test resilience 2024-04-08 17:58:33 +02:00
Matthias
2f455af8eb Use improved locator syntax 2024-04-08 17:51:43 +02:00
Matthias
4d1dcd9f35
Merge pull request #1824 from freqtrade/test/moduletype
Add type:module to package.json
2024-04-08 17:29:00 +02:00
Matthias
4678d5c3ed Remove unused cypress plugin file 2024-04-08 17:21:41 +02:00
Matthias
52cc3d354e Simplify cypress.config 2024-04-08 15:54:32 +02:00
Matthias
9ca7f59b9e Rename eslint to .cjs 2024-04-08 15:47:35 +02:00
Matthias
002514a0b4 Add type:module to package.json 2024-04-08 15:42:32 +02:00
Matthias
e619f04f86 Reenable firefox ... 2024-04-08 15:34:51 +02:00
Matthias
97b625dc78 Split Test to reduce time 2024-04-08 15:34:37 +02:00
Matthias
7229c4dac3 Skip tests on firefox for now 2024-04-08 07:34:28 +02:00
Matthias
6463fea8d8 Reorg trade test 2024-04-08 07:33:42 +02:00
Matthias
faf03f7738 Improve playwright setup 2024-04-08 07:33:31 +02:00
Matthias
03d77ece79 Run playwright before cypress
cypress seems to fail to stop the started command.
2024-04-08 07:10:23 +02:00
Matthias
3177cbc51e Adapt vitest to exclude e2e tests 2024-04-08 07:02:07 +02:00
Matthias
0ae16e94df Enhance GH action runs 2024-04-08 06:40:03 +02:00
Matthias
36df4f92c7 Add id to MsgBoxModal 2024-04-07 20:58:10 +02:00
Matthias
68f54424db Restore tests for modal testing 2024-04-07 20:58:00 +02:00
Matthias
f2c584c631 Add testing for Movement bug 2024-04-07 20:57:50 +02:00
Matthias
6695310a64 Add initial trade test 2024-04-07 19:53:32 +02:00
Matthias
2937aac847 Improve playwright helper 2024-04-07 19:53:26 +02:00
Matthias
1a120cfe30 Fix test after rebase 2024-04-07 17:53:54 +02:00
Matthias
a2968d570e Fix playwright start command 2024-04-07 17:50:15 +02:00
Matthias
122c668dea Update package format and yarn.lock 2024-04-07 17:43:56 +02:00
Matthias
49cc132bdf Remove pointless log statement 2024-04-07 17:42:51 +02:00
Matthias
482793d03e Add playwright to Ci setup 2024-04-07 17:42:51 +02:00
Matthias
a50a1d8d81 Add Playwright to scripts 2024-04-07 17:42:51 +02:00
Matthias
e5de9e5d9e Add initial playwright test 2024-04-07 17:42:51 +02:00
Matthias
24b1192312 Add Playwright dependencies 2024-04-07 17:42:51 +02:00
Matthias
59ef5cbd13 Revert "build(deps): bump @noction/vue-draggable-grid from 1.9.16 to 1.10.1"
This reverts commit 87f25c3c26.
2024-04-07 15:52:38 +02:00
Matthias
acaceb561f Improve types for backtestresult 2024-04-07 15:47:55 +02:00
Matthias
a2751fc10f
Merge pull request #1820 from freqtrade/dependabot/docker/node-21.7.2-alpine
build(deps): bump node from 21.7.1-alpine to 21.7.2-alpine
2024-04-05 06:31:44 +02:00
dependabot[bot]
f199bbded9
build(deps): bump node from 21.7.1-alpine to 21.7.2-alpine
Bumps node from 21.7.1-alpine to 21.7.2-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-05 03:36:10 +00:00
Matthias
a7ac3fb68d
Merge pull request #1817 from freqtrade/dependabot/npm_and_yarn/main/vite-5.2.7
build(deps-dev): bump vite from 5.2.6 to 5.2.7
2024-04-03 06:54:57 +02:00