Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
c57fb26
Bump cypress@7.6.0
patrykkopycinski Jul 5, 2021
4311adb
fix types
patrykkopycinski Jul 5, 2021
9e9376a
dist
patrykkopycinski Jul 5, 2021
4d5ec32
Merge branch 'master' of github.com:elastic/kibana into chore/cypress…
patrykkopycinski Jul 5, 2021
7c3ff20
lock
patrykkopycinski Jul 5, 2021
992af9d
updaet config
patrykkopycinski Jul 5, 2021
6581464
fix types
patrykkopycinski Jul 6, 2021
f35c1c3
err
patrykkopycinski Jul 6, 2021
0b30220
Merge branch 'master' of github.com:elastic/kibana into chore/cypress…
patrykkopycinski Jul 6, 2021
c462ad4
Merge branch 'master' of github.com:elastic/kibana into chore/cypress…
patrykkopycinski Jul 6, 2021
725bb3a
Merge branch 'master' of github.com:elastic/kibana into chore/cypress…
patrykkopycinski Aug 3, 2021
822b7df
Merge branch 'master' into chore/cypress-7.6.0
kibanamachine Aug 16, 2021
2420b0c
Update export.spec.ts
patrykkopycinski Aug 17, 2021
cbd5121
Merge branch 'master' of github.com:elastic/kibana into chore/cypress…
patrykkopycinski Aug 31, 2021
86f0d4f
update tests
patrykkopycinski Sep 3, 2021
c0808ca
Merge branch 'master' of github.com:elastic/kibana into chore/cypress…
patrykkopycinski Sep 17, 2021
17c9420
fix
patrykkopycinski Sep 17, 2021
0b198f4
fix overview
patrykkopycinski Sep 17, 2021
0970496
cleanup
patrykkopycinski Sep 17, 2021
14cac39
cleanup
patrykkopycinski Sep 17, 2021
9e85c9f
wip
patrykkopycinski Sep 18, 2021
798afa6
Update
patrykkopycinski Sep 18, 2021
643a8b4
Merge branch 'master' into chore/cypress-7.6.0
kibanamachine Sep 20, 2021
78feee8
refactors 'exceptions table' tests
MadameSheema Sep 22, 2021
75eb219
refactors overview stats test
MadameSheema Sep 24, 2021
7f153be
exceptions table tests refactor
MadameSheema Sep 24, 2021
0f21a9a
brings back assertions on 'waitForExceptionsTableToBeLoaded' method
MadameSheema Sep 24, 2021
16be72f
Merge branch 'master' into chore/cypress-7.6.0
kibanamachine Sep 24, 2021
d341de6
Merge branch 'master' into chore/cypress-7.6.0
kibanamachine Sep 25, 2021
f4691e1
fixes failing tests
MadameSheema Sep 26, 2021
0a971b7
Merge branch 'master' into chore/cypress-7.6.0
kibanamachine Sep 27, 2021
cbc8daa
8.5.0
patrykkopycinski Sep 28, 2021
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
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -671,13 +671,12 @@
"cpy": "^8.1.1",
"css-loader": "^3.4.2",
"cssnano": "^4.1.11",
"cypress": "^6.8.0",
"cypress": "^8.5.0",
"cypress-axe": "^0.13.0",
"cypress-cucumber-preprocessor": "^2.5.2",
"cypress-multi-reporters": "^1.4.0",
"cypress-multi-reporters": "^1.5.0",
"cypress-pipe": "^2.0.0",
"cypress-promise": "^1.1.0",
"cypress-real-events": "^1.4.0",
"cypress-real-events": "^1.5.1",
"debug": "^2.6.9",
"delete-empty": "^2.0.0",
"dependency-check": "^4.1.0",
Expand All @@ -695,7 +694,7 @@
"eslint-module-utils": "2.5.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-ban": "^1.4.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.4",
Expand Down
Loading