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

PLT-6854 configure cucumber and step definitions #6

Closed
wants to merge 13 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@
.vscode
public/app.js
.pre-commit-config.yaml
# E2E tests
!e2e/yarn.lock
e2e/node_modules
e2e/reports
e2e/dist
e2e/env
3 changes: 3 additions & 0 deletions e2e/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["@babel/preset-typescript", "@babel/preset-env"]
}
1 change: 1 addition & 0 deletions e2e/artifacts/lace_wallet/app.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="preconnect" href="https://use.typekit.net" crossorigin/><link rel="stylesheet" href="https://use.typekit.net/ksk5ywd.css"/><title>Lace</title><script defer="defer" src="js/options.js" integrity="sha384-grRmzaA1gjmE37CUfC13Hc3CHC+ziOFGfLvLXfTYoAH7+5P59BBI9B3OIv8wCnzt" crossorigin="anonymous"></script></head><body><div id="lace-app"></div></body></html>
3 changes: 3 additions & 0 deletions e2e/artifacts/lace_wallet/dappConnector.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="preconnect" href="https://use.typekit.net" crossorigin/><link rel="stylesheet" href="https://use.typekit.net/ksk5ywd.css"/><title>Lace</title><style>body {
height: 600px;
}</style><script defer="defer" src="js/dappConnector.js" integrity="sha384-f+x27zt0Upz2+FBvCagyY5vrWYEGLfVZpQvGOvbJY7vaiAbvVe/nF6jHDykPRunY" crossorigin="anonymous"></script></head><body id="lace-popup-body"><div id="lace-popup"></div></body></html>
Binary file added e2e/artifacts/lace_wallet/icon128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added e2e/artifacts/lace_wallet/icon16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added e2e/artifacts/lace_wallet/icon32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added e2e/artifacts/lace_wallet/icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
702 changes: 702 additions & 0 deletions e2e/artifacts/lace_wallet/js/174.js

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
15 changes: 15 additions & 0 deletions e2e/artifacts/lace_wallet/js/225.js

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions e2e/artifacts/lace_wallet/js/315.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions e2e/artifacts/lace_wallet/js/375.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions e2e/artifacts/lace_wallet/js/386.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions e2e/artifacts/lace_wallet/js/400.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions e2e/artifacts/lace_wallet/js/49.js

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions e2e/artifacts/lace_wallet/js/5047b70730f76890df6f5ce9a3079353.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading