From b01f3aae93d1ce0b6b715150804d906c753d95d2 Mon Sep 17 00:00:00 2001 From: Boro Sitnikovski Date: Fri, 15 May 2020 11:21:29 +0200 Subject: [PATCH] Add some additional information and be specific about babel file --- tests/e2e/env/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/e2e/env/README.md b/tests/e2e/env/README.md index 6ce824a29dd..6219b459b8d 100644 --- a/tests/e2e/env/README.md +++ b/tests/e2e/env/README.md @@ -15,7 +15,7 @@ The `@woocommerce/e2e-environment` package exports configuration objects that ca ### Babel Config -Extend your project's Babel config to contain the expected presets for E2E testing. +Extend your project's `babel.config.js` to contain the expected presets for E2E testing. ```js const { babelConfig: e2eBabelConfig } = require( '@woocommerce/e2e-environment' ); @@ -185,3 +185,7 @@ Stop Docker ```bash npm explore @woocommerce/e2e-environment -- npm run docker:down ``` + +## Additional information + +Refer to [`tests/e2e/specs`](https://github.com/woocommerce/woocommerce/tree/master/tests/e2e/specs) for some test examples, and [`tests/e2e`](https://github.com/woocommerce/woocommerce/tree/master/tests/e2e) for general information on e2e tests.