File size: 2,290 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
	"name": "wp-e2e-tests",
	"version": "0.0.1",
	"description": "Automated end to end acceptance tests for the Calypso project.",
	"homepage": "https://github.com/Automattic/wp-calypso",
	"license": "GPL-2.0-or-later",
	"author": "Automattic Inc.",
	"private": true,
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Automattic/wp-calypso.git",
		"directory": "test/e2e"
	},
	"bugs": "https://github.com/Automattic/wp-calypso/issues",
	"scripts": {
		"encrypt-secrets": "yarn workspace @automattic/calypso-e2e run encrypt-secrets",
		"decrypt-secrets": "yarn workspace @automattic/calypso-e2e run decrypt-secrets",
		"clean": "yarn clean:packages && yarn clean:output && rm -rf ./cookies && rm -rf ./node_modules",
		"clean:packages": "yarn workspace @automattic/jest-circus-allure-reporter clean && yarn workspace @automattic/calypso-e2e clean",
		"clean:output": "rm -rf ./allure-results && rm -rf ./results",
		"build": "yarn workspace @automattic/jest-circus-allure-reporter build && yarn workspace @automattic/calypso-e2e build",
		"test": "yarn jest",
		"test:mobile": "VIEWPORT_NAME=mobile yarn jest",
		"debug": "PWDEBUG=1 DEBUG=pw:api yarn run test",
		"debug:mobile": "PWDEBUG=1 DEBUG=pw:api yarn run test:mobile"
	},
	"devDependencies": {
		"@automattic/calypso-eslint-overrides": "workspace:^",
		"@automattic/calypso-typescript-config": "workspace:^",
		"@babel/core": "^7.16.0",
		"webpack": "^5.63.0"
	},
	"dependencies": {
		"@automattic/calypso-babel-config": "workspace:^",
		"@automattic/calypso-build": "workspace:^",
		"@automattic/calypso-e2e": "workspace:^",
		"@automattic/jest-circus-allure-reporter": "workspace:^",
		"@automattic/languages": "workspace:^",
		"@playwright/browser-chromium": "1.48.2",
		"@types/archiver": "^5.3.1",
		"archiver": "^5.3.0",
		"asana-phrase": "^0.0.8",
		"babel-jest": "^29.6.1",
		"babel-plugin-dynamic-import-node": "^2.3.0",
		"eslint": "^8.34.0",
		"eslint-plugin-jest": "^25.3.0",
		"esm": "^3.2.25",
		"form-data": "^4.0.0",
		"jest": "^29.6.1",
		"jest-docblock": "^29.4.3",
		"jest-environment-node": "^29.6.1",
		"jest-runner": "^29.6.1",
		"jest-runner-groups": "^2.2.0",
		"jest-teamcity": "^1.12.0",
		"lodash": "^4.17.20",
		"mailosaur": "^8.4.0",
		"playwright": "1.48.2",
		"postcss": "^8.3.11"
	}
}