10.0.3 • Published 11 days ago

@elliemae/pui-e2e-test-sdk v10.0.3

Weekly downloads
230
License
MIT
Repository
-
Last release
11 days ago

End to End Test SDK for Web

Build Status

SonarQube Report

Features

  • Selenium, Appium test framework

  • Functional testing with local Chrome browser / BrowserStack

  • Visual regression testing with WDIO Image Comparison Service / Appitools

Basic Usage

Following are basic steps required for installing and using pui-e2e-test-sdk library

  • install test sdk using the following command

    npm i --save-dev @babel/cli @babel/core @babel/preset-env @babel/register @elliemae/pui-e2e-test-sdk
  • create babel.config.js file in your project root and copy the content below

    module.exports = {
      presets: [
        [
          '@babel/preset-env',
          {
            targets: {
              node: 'current',
            },
          },
        ],
      ],
      comments: false,
    };
  • create wdio.override.js file in your project root and copy the content below

    module.exports = () => {
      const config = {};
      // set the baseUrl property to the location where your application is hosted, you can also set the baseUrl using environment variable BASE_URL
      config.baseUrl = 'http://pui-react-boilerplate-dev.ux.rd.elliemae.io';
      // change any of the wdio config properties (https://webdriver.io/docs/configurationfile.html). For most projects, default configuration provided by test sdk is more than suffice
      return config;
    };
  • add following script line to your package.json scripts block

    "e2e:test": "e2e-test-sdk run"
  • create e2e folder in project root and create a file demo.func.spec.js under that and copy the content below

    describe('Test SDK Demo Tests', () => {
      it('should open Loan View page', () => {
        browser.url('./');
        expect($('div=Loan View')).toBeDisplayed({ wait: 5000 });
      });
    });
  • now run the e2e tests using the command below

    npm run e2e:test

Appendix

Migration Guide

v7 to v8

Changelog

10.0.3

11 days ago

10.0.2

29 days ago

10.0.1

2 months ago

10.0.0

2 months ago

9.1.0

3 months ago

7.8.0

1 year ago

8.1.0

1 year ago

8.1.2

11 months ago

8.1.1

1 year ago

8.0.0-next.3

1 year ago

8.0.0-next.2

1 year ago

8.0.0-next.4

1 year ago

8.1.4

11 months ago

8.1.3

11 months ago

8.0.0

1 year ago

8.0.0-next.1

1 year ago

7.8.0-next.2

1 year ago

7.8.0-next.1

1 year ago

7.6.0

2 years ago

7.7.1

1 year ago

7.7.0

1 year ago

7.4.0

2 years ago

7.5.0

2 years ago

7.3.4

2 years ago

7.3.1

2 years ago

7.3.0

2 years ago

6.13.3

2 years ago

6.13.2

2 years ago

6.13.1

2 years ago

6.13.0

2 years ago

7.0.0

2 years ago

6.12.0

2 years ago

6.12.2

2 years ago

6.12.1

2 years ago

7.1.0

2 years ago

6.11.1

2 years ago

6.11.0

2 years ago

6.8.2

2 years ago

7.2.0

2 years ago

6.10.1

2 years ago

7.3.3

2 years ago

6.10.0

2 years ago

7.3.2

2 years ago

6.9.0

2 years ago

6.8.1

2 years ago

6.8.0

2 years ago

6.7.0

2 years ago

6.6.0

3 years ago

4.2.2

3 years ago

4.2.1

3 years ago

4.2.0

3 years ago

6.5.0

3 years ago

6.3.0

3 years ago

6.4.0

3 years ago

6.2.0

3 years ago

6.1.0

3 years ago

6.0.1

3 years ago

6.0.0

3 years ago

5.1.0

3 years ago

4.1.6

3 years ago

4.1.5

3 years ago

5.0.0

3 years ago

4.1.4

3 years ago

4.1.3

3 years ago

4.1.2

3 years ago

4.1.0

3 years ago

4.1.1

3 years ago

4.0.4

3 years ago

4.0.3

3 years ago

4.0.2

3 years ago

4.0.1

3 years ago

3.6.0

3 years ago

4.0.0

3 years ago

3.5.1

3 years ago

3.5.0

3 years ago

3.4.0

3 years ago

3.3.0

3 years ago

3.2.0

3 years ago

3.1.1

3 years ago

3.1.0

3 years ago

3.0.0

3 years ago

2.20.0

3 years ago

2.19.0

3 years ago

2.18.1

4 years ago

2.18.0

4 years ago

2.17.0

4 years ago

2.16.0

4 years ago

2.15.1

4 years ago

2.15.0

4 years ago

2.14.0

4 years ago

2.13.0

4 years ago

2.12.0

4 years ago

2.11.0

4 years ago

2.10.1

4 years ago

2.10.0

4 years ago

2.9.0

4 years ago

2.8.4

4 years ago

2.8.3

4 years ago

2.8.2

4 years ago

2.8.1

4 years ago

2.8.0

4 years ago

2.7.1

4 years ago

2.7.0

4 years ago

2.6.9

4 years ago

2.6.8

4 years ago

2.6.7

4 years ago

2.6.6

4 years ago

2.6.5

4 years ago

2.6.4

4 years ago

2.6.3

4 years ago

2.6.2

4 years ago

2.6.1

4 years ago

2.6.0

4 years ago

2.5.0

4 years ago

2.4.3

4 years ago

2.4.2

4 years ago

2.4.1

4 years ago

2.4.0

4 years ago

2.3.1

4 years ago

2.3.0

4 years ago

2.2.0

4 years ago

2.1.3

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.9.3

4 years ago

1.9.2

4 years ago

1.9.1

4 years ago

1.9.0

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.1.1-beta.5

4 years ago

0.1.1-beta.4

4 years ago

0.1.1-beta.3

4 years ago

0.1.1-beta.2

4 years ago

0.1.1-beta.1

4 years ago

0.1.1-beta.0

4 years ago

0.1.1-alpha.5

4 years ago

0.1.1-alpha.4

4 years ago

0.1.1-alpha.3

4 years ago

0.1.1-alpha.2

4 years ago

0.1.1-alpha.1

4 years ago

0.1.1-alpha.0

4 years ago

0.1.0

4 years ago