Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-dixit committed Jun 29, 2022
1 parent 40879f3 commit 4fd2108
Show file tree
Hide file tree
Showing 8 changed files with 44,434 additions and 32,204 deletions.
786 changes: 786 additions & 0 deletions .yarn/releases/yarn-3.2.1.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.2.1.cjs
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#This is an example webapp.io configuration for NodeJS
FROM ubuntu:18.04
ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update && \
apt-get -y install apt-transport-https ca-certificates curl software-properties-common && \
Expand Down Expand Up @@ -27,9 +28,9 @@ WORKDIR crusher

# # RUN mkdir db && curl "$SCHEMA_OBJ_URL" > db/schema.sql

# RUN yarn set version berry
# RUN yarn install
# RUN yarn setup:ee
RUN yarn set version berry
RUN yarn install
RUN yarn setup:ee


# ENV STANDALONE_APP_URL=https://$GIT_BRANCH.test-app.crusher.dev \
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@
"source-map-support": "^0.5.20",
"yargs": "^17.0.1"
},
"license": "MIT"
"license": "MIT",
"packageManager": "[email protected]"
}
1 change: 0 additions & 1 deletion packages/crusher-app/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"private": "true",
"name": "crusher-app",
"author": "Utkarsh Dixit<[email protected]>",
"version": "1.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/runner-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "crusher-runner-utils",
"private": "true",
"version": "0.0.9",
"description": "Test runner utils for crusher tests",
"main": "src/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/unique-selector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
},
"dependencies": {
"an-array-of-english-words": "^2.0.0",
"gibberish-detector": "^1.0.0",
"html-tags": "^3.1.0",
"playwright": "^1.14.0",
"playwright-core": "^1.14.0",
"gibberish-detector": "^1.0.0"
"playwright-core": "^1.14.0"
}
}
75,833 changes: 43,637 additions & 32,196 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 4fd2108

Please sign in to comment.