@cloudscape-design/browser-test-tools 3.0.50 → 3.0.52

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.
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "8f919d4f58676f46b0ed4b3dbe0bfcb12e59529c"
2
+ "commit": "4cd137614b3eb66ff47410dce788f390e27d0655"
3
3
  }
package/package.json CHANGED
@@ -1,8 +1,20 @@
1
1
  {
2
- "bugs": {
3
- "url": "https://github.com/cloudscape-design/browser-test-tools/issues"
2
+ "name": "@cloudscape-design/browser-test-tools",
3
+ "version": "3.0.52",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/cloudscape-design/browser-test-tools.git"
4
7
  },
5
- "bundleDependencies": false,
8
+ "homepage": "https://cloudscape.design",
9
+ "files": [
10
+ "*.js",
11
+ "*.d.ts",
12
+ "browser-scripts",
13
+ "browsers",
14
+ "image-utils",
15
+ "page-objects",
16
+ "internal"
17
+ ],
6
18
  "dependencies": {
7
19
  "@aws-sdk/client-device-farm": "^3.398.0",
8
20
  "@types/pngjs": "^6.0.1",
@@ -13,8 +25,6 @@
13
25
  "pngjs": "^6.0.0",
14
26
  "webdriverio": "^7.25.2"
15
27
  },
16
- "deprecated": false,
17
- "description": "## ⚠️ This is a generated artifact package and should be treated as **READ-ONLY**.",
18
28
  "exports": {
19
29
  "./chrome-launcher": "./chrome-launcher.js",
20
30
  "./image-utils": "./image-utils/index.js",
@@ -22,7 +32,11 @@
22
32
  "./use-browser": "./use-browser.js",
23
33
  "./browser": "./browser.js"
24
34
  },
25
- "homepage": "https://cloudscape.design",
35
+ "lint-staged": {
36
+ "*.{js,ts}": [
37
+ "eslint --fix"
38
+ ]
39
+ },
26
40
  "jest": {
27
41
  "testEnvironment": "node",
28
42
  "collectCoverage": true,
@@ -48,17 +62,6 @@
48
62
  ]
49
63
  }
50
64
  },
51
- "lint-staged": {
52
- "*.{js,ts}": [
53
- "eslint --fix"
54
- ]
55
- },
56
- "name": "@cloudscape-design/browser-test-tools",
57
- "repository": {
58
- "type": "git",
59
- "url": "git+https://github.com/cloudscape-design/browser-test-tools.git"
60
- },
61
- "version": "3.0.50",
62
65
  "license": "Apache-2.0",
63
66
  "scripts": {}
64
67
  }
package/Config DELETED
@@ -1,23 +0,0 @@
1
- package.AWS-UI-Artifacts-BrowserTestTools = {
2
- interfaces = (3.0);
3
-
4
- build-system = npm-pretty-much;
5
- build-tools = {
6
- 3.0 = {
7
- NpmPrettyMuch = 1.1;
8
- NodeJS = default;
9
- };
10
- };
11
-
12
- dependencies = {
13
- 3.0 = {
14
-
15
- };
16
- };
17
-
18
- test-dependencies = {
19
- 3.0 = {
20
- AWS-UI-ReleaseTools = 3.0;
21
- };
22
- };
23
- };
package/NOTICE DELETED
@@ -1,2 +0,0 @@
1
- @cloudscape-design/browser-test-tools
2
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
@@ -1,21 +0,0 @@
1
- ## Browser test tools for Cloudscape Design System
2
-
3
- This package contains the source code for tools used for building and testing the React components for the [Cloudscape Design System](https://cloudscape.design/).
4
-
5
- Cloudscape is an open source design system for building intuitive, engaging, and inclusive web cloud experiences at scale. It consists of an extensive set of guidelines to create user experiences, along with the design resources and front-end components to streamline implementation.
6
-
7
- Cloudscape was built for and is used by [Amazon Web Services (AWS)](https://aws.amazon.com/) products and services. We created it in 2016 to improve the user experience across AWS web applications, and also to help teams implement those applications faster. Since then, we have continued enhancing the system based on customer feedback and research.
8
-
9
- Browse the [components repository](https://github.com/cloudscape-design/components) of Cloudscape Design System.
10
-
11
- ## Getting help
12
-
13
- You can [create bug reports or feature requests](https://github.com/cloudscape-design/browser-test-tools/issues/new/choose), or [start a discussion](https://github.com/cloudscape-design/components/discussions) to ask a question. To minimize duplicates, we recommend that you search for existing bug reports, feature requests, or discussions before initiating a new thread.
14
-
15
- ## Contributing
16
-
17
- The [contribution guidelines](https://github.com/cloudscape-design/browser-test-tools/blob/main/CONTRIBUTING.md) contains information on how to contribute, as well as our support model and versioning strategy.
18
-
19
- ## License
20
-
21
- This project is licensed under the [Apache 2.0 License](/LICENSE).
File without changes