@memlab/e2e 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -3,5 +3,6 @@
|
|
|
3
3
|
This is the memlab E2E testing framework for headless/headful Chromium. It is mainly responsible
|
|
4
4
|
for controling/interacting with browser, recording heap snapshots, and logging other execution meta data.
|
|
5
5
|
|
|
6
|
-
##
|
|
7
|
-
https://facebookincubator.github.io/memlab
|
|
6
|
+
## Online Resources
|
|
7
|
+
* [Official Website and Demo](https://facebookincubator.github.io/memlab)
|
|
8
|
+
* [Documentation](https://facebookincubator.github.io/memlab/docs/intro)
|
package/package.json
CHANGED
package/static/links/src/App.js
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
import React from 'react';
|
|
13
13
|
|
|
14
|
-
// Use the
|
|
14
|
+
// Use the window.injectHookForLink{n} hook to inject objects
|
|
15
15
|
// to memory when link-{n} is triggered, for example:
|
|
16
16
|
//
|
|
17
17
|
// window.injectHookForLink4 = () => {
|