1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/test/e2e
Mark Stacey e02b229df6
Add margin of error metric (#7877)
A margin of error metric has been added, which is calculated from a 95%
confidence interval. This confidence interval is calculated using
Student's t-distribution, which is generally preferred for smaller
sample sizes (< ~30) of populations following a normal distribution.
2020-01-21 17:12:40 -04:00
..
contract-test Switch signature-request e2e tests to using ganache (#7859) 2020-01-17 18:16:21 -04:00
fixtures Allow exporting state during e2e tests (#7860) 2020-01-17 18:59:25 -04:00
mock-3box
send-eth-with-private-key-test
tests Add withFixtures helper and simple-send test (#7862) 2020-01-20 14:50:25 -04:00
webdriver Add benchmark script (#7869) 2020-01-21 12:02:45 -04:00
address-book.spec.js Fix intermittent e2e test failure (#7873) 2020-01-21 11:31:56 -04:00
benchmark.js Add margin of error metric (#7877) 2020-01-21 17:12:40 -04:00
ethereum-on.spec.js
fixture-server.js
from-import-ui.spec.js
ganache.js
helpers.js Add withFixtures helper and simple-send test (#7862) 2020-01-20 14:50:25 -04:00
incremental-security.spec.js Fix intermittent e2e test failure (#7873) 2020-01-21 11:31:56 -04:00
metamask-responsive-ui.spec.js Fix intermittent e2e test failure (#7873) 2020-01-21 11:31:56 -04:00
metamask-ui.spec.js Fix intermittent e2e test failure (#7873) 2020-01-21 11:31:56 -04:00
permissions.spec.js
run-all.sh Add withFixtures helper and simple-send test (#7862) 2020-01-20 14:50:25 -04:00
run-web3.sh
send-edit.spec.js
signature-request.spec.js
threebox.spec.js
web3.spec.js