Skip to content

Commit 1125ba9

Browse files
committed
import
1 parent 9a137b0 commit 1125ba9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+186
-1038
lines changed

frontend/apps/design-system-storybook/applitools.config.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ const isDocker = !!process.env.IS_DOCKER || !!process.env.CI;
99
module.exports = {
1010
concurrency: 5,
1111
showLogs: !!process.env.APPLITOOLS_SHOW_LOGS,
12-
appName: 'Code.org Design System',
13-
batchName: 'Component Library',
12+
appName: 'Component Library',
13+
batchName: 'Frontend Eyes Tests',
1414
dontCloseBatches: true,
1515
browser: [
1616
{width: 1200, height: 800, name: 'chrome'},

frontend/apps/design-system-storybook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@storybook/addon-interactions": "^8.4.4",
4848
"@storybook/addon-storysource": "^8.4.4",
4949
"@storybook/addon-styling-webpack": "^1.0.1",
50-
"@storybook/addon-webpack5-compiler-swc": "^1.0.5",
50+
"@storybook/addon-webpack5-compiler-swc": "^1.0.6",
5151
"@storybook/blocks": "^8.4.4",
5252
"@storybook/react": "^8.4.4",
5353
"@storybook/react-webpack5": "^8.4.4",
@@ -58,7 +58,7 @@
5858
"eslint": "^9.16.0",
5959
"globals": "^15.13.0",
6060
"http-server": "^14.1.1",
61-
"prettier": "3.3.3",
61+
"prettier": "3.4.2",
6262
"sass-loader": "^16.0.3",
6363
"storybook": "^8.4.4",
6464
"storybook-addon-rtl": "^1.0.1",
Binary file not shown.
Binary file not shown.

frontend/apps/marketing/.lighthouserc.js

Lines changed: 0 additions & 29 deletions
This file was deleted.

frontend/apps/marketing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Code.org Marketing Application
1+
# Code.org Marketing Application.
22

33
## Getting Started
44

frontend/apps/marketing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"jest": "^29.7.0",
6464
"jest-environment-jsdom": "^29.7.0",
6565
"playwright-core": "~1.49.1",
66-
"prettier": "3.3.3",
66+
"prettier": "3.4.2",
6767
"stylelint": "^16.14.1",
6868
"ts-node": "^10.9.2",
6969
"typescript": "^5"

frontend/apps/marketing/playwright.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ export default defineConfig<EyesFixture>({
2525
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
2626
trace: 'retain-on-failure',
2727
eyesConfig: {
28-
appName: 'Code.org Marketing',
28+
appName: 'Marketing',
2929
matchLevel: 'Strict',
3030
// Runner type: 'ufg' for Ultrafast Grid, 'classic' for Classic runner
3131
type: 'classic',
3232
batch: {
33-
name: 'Marketing',
33+
name: 'Frontend Eyes Tests',
3434
id: process.env.APPLITOOLS_BATCH_ID,
3535
notifyOnCompletion: false,
3636
},

frontend/apps/marketing/src/app/[locale]/layout.tsx

Lines changed: 0 additions & 40 deletions
This file was deleted.

frontend/apps/marketing/src/app/robots.ts

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)