Skip to content

Releases: charlyautomatiza/starter-wdio

chore: upgrade to latest dependencies

19 Sep 22:31
d85fdf7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.5.0

build: upgrade to latest dependencies

03 May 16:00
674a50c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

build: upgrade to latest dependencies

13 Apr 20:21
3a002ba
Compare
Choose a tag to compare

What's Changed

  • chore: upgrade dependencies by @charlyautomatiza in #12

  • Update to be compatible with: wdio v7.19.5

  • Update to be compatible with chrome v100

  • Docs: update to run with last Selenium Grid version in docker

Full Changelog: v1.3.4...v1.4.0

build: upgrade to latest dependencies

23 Feb 20:05
6895d1a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.3.4

v1.3.3

15 Feb 22:42
eb6c383
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

fix: audit-dependencies

31 Jan 19:01
40e488e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

security upgrade by dependabot

31 Jan 18:46
d65227a
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #7

New Contributors

Full Changelog: v1.3.0...v1.3.1

build: upgrade to latest dependencies

31 Jan 18:43
fdde8cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

docker-support

18 Jan 21:32
7c0c971
Compare
Choose a tag to compare

Add support to execute web test on a Selenium Grid Docker image.

v1.1.0 - WebdriverIO + Appium

19 Dec 19:39
74e9cba
Compare
Choose a tag to compare

WebdriverIO + Appium integration

  • New dependency/service "appium" for mobile test automation.
  • Refactor: new folder structure to split web and mobile test.
  • Refactor: JUnit reports now are created on "junit-results" folder.
  • Refactor: now we have 2 config files for web and mobile on ./config folder
  • New command "wdio-mobile" to execute mobile test automation on Android.
  • New TypeScript compiler options: "outDir", "esModuleInterop": true and "resolveJsonModule": true.

Closes: #S01E02