-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow user to specify custom url params for DevTools frontend
- Loading branch information
Showing
9 changed files
with
54 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
ns Testing dirac.tests.tasks.suite01.misc | ||
automate open-tab-with-scenario! ["normal"] | ||
automate store-options! | ||
automate set-options! [{:user-frontend-url-params "x=1&y=2"}] | ||
automate open-devtools! | ||
extension handling command: open-dirac-devtools | ||
extension register devtools #1 | ||
devtools #1 implant initialized | ||
devtools #1 reset devtools settings | ||
devtools #1 devtools ready | ||
devtools #1 setCurrentPanel: elements | ||
devtools #1 namespacesCache is cool now | ||
automate #1 get-frontend-url-params | ||
automate #1 close-devtools! | ||
extension handling command: close-dirac-devtools | ||
extension unregister devtools #1 | ||
automate restore-options! | ||
automate close-tab-with-scenario! ["scenario-tab#1"] | ||
summary Automated 2 actions with 0 check-points containing 0 assertions. | ||
summary Automated 8 actions with 0 check-points containing 1 assertions. | ||
0 failures, 0 errors. |