-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* [ACS-8153] delete protractor e2e configuration and files * [ACS-8153] util fix * [ACS-8153] pr fix * [ACS-81532] remove e2e package.json * [ACS-81532] remove chrome configuration * package-lock file
- Loading branch information
1 parent
dfd2326
commit 4e67a8d
Showing
99 changed files
with
131 additions
and
6,953 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,9 @@ | ||
name: "Before e2e" | ||
description: "Before e2e" | ||
|
||
inputs: | ||
e2e-protractor: | ||
description: 'is e2e run with protractor' | ||
required: false | ||
type: boolean | ||
default: false | ||
|
||
runs: | ||
using: "composite" | ||
steps: | ||
- name: Check content UP | ||
shell: bash | ||
run: ./node_modules/@alfresco/adf-cli/bin/adf-cli check-cs-env --host $BASE_URL -u $ADMIN_EMAIL -p $ADMIN_PASSWORD || exit 1 | ||
|
||
- name: Install google chrome v114 | ||
shell: bash | ||
run: | | ||
wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb | ||
sudo apt install ./google-chrome-stable_current_amd64.deb | ||
sudo ln -s /usr/bin/google-chrome /usr/bin/chrome | ||
chrome --version | ||
- name: Update webdriver-manager | ||
if: ${{ inputs.e2e-protractor == 'true' }} | ||
shell: bash | ||
run: | | ||
npm run update-webdriver |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,11 +9,8 @@ runs: | |
run: | | ||
echo "BUILD_OPTS=--configuration=production,e2e" >> $GITHUB_ENV | ||
echo "TEST_OPTS=" >> $GITHUB_ENV | ||
echo "E2E_PROTRACTOR_OPTS=" >> $GITHUB_ENV | ||
echo "E2E_TSCONFIG=tsconfig.e2e.json" >> $GITHUB_ENV | ||
echo "GIT_HASH=$(git rev-parse HEAD)" >> $GITHUB_ENV | ||
echo "SMART_RUNNER_DIRECTORY=.protractor-smartrunner" >> $GITHUB_ENV | ||
echo "BASE_HASH=.protractor-smartrunner" >> $GITHUB_ENV | ||
echo "HEAD_HASH=HEAD" >> $GITHUB_ENV | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
98 changes: 0 additions & 98 deletions
98
e2e/protractor/suites/actions/upload-download/upload-file.test.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.