mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-06-26 15:38:43 +00:00
Compare commits
4 Commits
fec025893b
...
@openstapp
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f5582e91fe | ||
|
|
2c7bed0b8b | ||
|
|
87d0af5a39 | ||
|
|
8ccbfac0b1 |
5
.changeset/flat-adults-tease.md
Normal file
5
.changeset/flat-adults-tease.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@openstapps/proxy": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Bumping proxy version to rebuild image
|
||||||
5
.changeset/old-parents-accept.md
Normal file
5
.changeset/old-parents-accept.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@openstapps/app-cypress": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
removed edge browser
|
||||||
@@ -120,6 +120,6 @@ audit:
|
|||||||
script:
|
script:
|
||||||
- pnpm audit --prod --audit-level critical
|
- pnpm audit --prod --audit-level critical
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH == 'main'
|
|
||||||
allow_failure: false
|
|
||||||
- !reference [.limit_pipelines, rules]
|
- !reference [.limit_pipelines, rules]
|
||||||
|
# - if: $CI_COMMIT_BRANCH == 'main'
|
||||||
|
# allow_failure: false
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
# @openstapps/app-cypress
|
# @openstapps/app-cypress
|
||||||
|
|
||||||
|
## 4.0.4
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 87d0af5a: removed edge browser
|
||||||
|
|
||||||
## 4.0.0
|
## 4.0.0
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
|
|||||||
@@ -66,22 +66,22 @@ RUN export FIREFOX_VERSION=$(curl -fsSL https://product-details.mozilla.org/1.0/
|
|||||||
rm /tmp/firefox.tar.xz && \
|
rm /tmp/firefox.tar.xz && \
|
||||||
ln -fs /opt/firefox/firefox /usr/bin/firefox
|
ln -fs /opt/firefox/firefox /usr/bin/firefox
|
||||||
|
|
||||||
RUN echo "Downloading Latest Edge version..."
|
# RUN echo "Downloading Latest Edge version..."
|
||||||
|
|
||||||
## Setup Edge
|
## Setup Edge
|
||||||
RUN curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
|
# RUN curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
|
||||||
RUN install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/
|
# RUN install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/
|
||||||
RUN sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge-dev.list'
|
# RUN sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge-dev.list'
|
||||||
RUN rm microsoft.gpg
|
# RUN rm microsoft.gpg
|
||||||
|
|
||||||
## Install Edge
|
# ## Install Edge
|
||||||
RUN apt-get update && \
|
# RUN apt-get update && \
|
||||||
apt-get install -y microsoft-edge-dev \
|
# apt-get install -y microsoft-edge-dev \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
# && rm -rf /var/lib/apt/lists/* \
|
||||||
&& apt-get clean
|
# && apt-get clean
|
||||||
|
|
||||||
# Add a link to the browser that allows Cypress to find it
|
# # Add a link to the browser that allows Cypress to find it
|
||||||
RUN ln -s /usr/bin/microsoft-edge /usr/bin/edge
|
# RUN ln -s /usr/bin/microsoft-edge /usr/bin/edge
|
||||||
|
|
||||||
### PNPM
|
### PNPM
|
||||||
RUN corepack enable && corepack prepare pnpm@latest-10 --activate
|
RUN corepack enable && corepack prepare pnpm@latest-10 --activate
|
||||||
@@ -93,7 +93,6 @@ RUN echo " node version: $(node -v) \n" \
|
|||||||
"debian version: $(cat /etc/debian_version) \n" \
|
"debian version: $(cat /etc/debian_version) \n" \
|
||||||
"Chrome version: $(google-chrome --version) \n" \
|
"Chrome version: $(google-chrome --version) \n" \
|
||||||
"Firefox version: $(firefox --version) \n" \
|
"Firefox version: $(firefox --version) \n" \
|
||||||
"Edge version: $(edge --version) \n" \
|
|
||||||
"git version: $(git --version) \n" \
|
"git version: $(git --version) \n" \
|
||||||
"whoami: $(whoami) \n"
|
"whoami: $(whoami) \n"
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@openstapps/app-cypress",
|
"name": "@openstapps/app-cypress",
|
||||||
"version": "4.0.0",
|
"version": "4.0.4",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
|
|||||||
Reference in New Issue
Block a user