Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ftr] add first-class support for playwrite journeys #140680

Merged
merged 22 commits into from
Sep 22, 2022
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
c62e172
[ftr] add first-class support for playwrite journeys
Sep 16, 2022
719b070
[CI] Auto-commit changed files from 'node scripts/generate codeowners'
kibanamachine Sep 17, 2022
a207faa
fix jest test
Sep 17, 2022
ac0b085
Merge branch 'main' of github.com:elastic/kibana into implement/ftr-j…
Sep 17, 2022
5329f96
Merge branch 'implement/ftr-journey-loading' of github.com:spalger/ki…
Sep 17, 2022
8f409ab
Merge branch 'main' into implement/ftr-journey-loading
Sep 18, 2022
a374605
Merge branch 'main' into implement/ftr-journey-loading
Sep 19, 2022
5d7dcf2
remove ability to customize kibana server args, if we need it we can …
Sep 19, 2022
797dbf9
Merge branch 'main' of github.com:elastic/kibana into implement/ftr-j…
Sep 19, 2022
34d0269
Merge branch 'implement/ftr-journey-loading' of github.com:spalger/ki…
Sep 19, 2022
ef819fb
Merge branch 'main' of github.com:elastic/kibana into implement/ftr-j…
Sep 21, 2022
7bec7d8
remove dev dir that doesn't exist
Sep 21, 2022
59ac929
fix typo
Sep 21, 2022
bc0f318
prevent duplicated array converstion logic by sharing flag reader
Sep 21, 2022
4bc0056
Merge branch 'main' of github.com:elastic/kibana into implement/ftr-j…
Sep 21, 2022
bf20987
remove destructuring of option
Sep 21, 2022
f582cf8
fix scalability config and config_path import
Sep 21, 2022
dbd8136
fix start_servers args and tests
Sep 21, 2022
f8f4d2f
Merge branch 'main' of github.com:elastic/kibana into implement/ftr-j…
Sep 21, 2022
b5ae65c
include simple readme
Sep 21, 2022
a171fc6
fix jest tests and support build re-use when changes are just to jest…
Sep 21, 2022
83b396e
Merge branch 'main' into implement/ftr-journey-loading
Sep 22, 2022
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
Prev Previous commit
Next Next commit
include simple readme
  • Loading branch information
spalger committed Sep 21, 2022
commit b5ae65c8aaa277fe509830f9bea689f66755e59c
2 changes: 1 addition & 1 deletion packages/kbn-ftr-screenshot-filename/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# @kbn/ftr-screenshot-filename

Empty package generated by @kbn/generate
A simple package that exposes a helper function for generating a unique screenshot filename that can be found by `node scripts/failed_test_reporter`.