Skip to content

Commit

Permalink
Merge pull request #91 from systelab/feature-90
Browse files Browse the repository at this point in the history
Merge branch 1.10.x (WDIO7) to branch main (WDIO8)
  • Loading branch information
jperez1-via authored Nov 21, 2024
2 parents fe9d356 + 70f0c39 commit 40b07b9
Show file tree
Hide file tree
Showing 89 changed files with 4,036 additions and 632 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules
dist
lib
*.tgz
*.png
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: required
dist: jammy
language: node_js
node_js:
- '18'
- '20.11.0'
addons:
apt:
update: true
Expand All @@ -15,10 +15,12 @@ addons:
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- npm i -g npm@8.19.4
- npm --version

install:
- npm install -g makeshift && makeshift -s @systelab-technologies -r https://registry.npmjs.org
- npm install
- npm ci

script:
- npm run build
Expand All @@ -27,7 +29,8 @@ deploy:
skip_cleanup: true
provider: npm
email: aserra@werfen.com
edge: true
edge:
branch: v2.0.3-beta.5
api_key: $NPM_TOKEN
on:
tags: true
Loading

0 comments on commit 40b07b9

Please sign in to comment.