An open API service indexing awesome lists of open source software.

https://github.com/bartekleon/seleniume2e


https://github.com/bartekleon/seleniume2e

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# SeleniumE2E

The easiest way to write E2E tests is to use [Selenium IDE](https://www.selenium.dev/selenium-ide/) where one can interactively create tests.

Once tests/suite is created one can save it (ctrl+S) as `.side` file (for later editing of tests) or export for `JavaScript Mocha`.
![Step 1](image.png)
![Step 2](image-1.png)
![Step 3](image-2.png)
and placing them in `e2e` folder

It is necessary to patch the options to make them work, because of the bug in [chrome/selenium](https://bugs.chromium.org/p/chromedriver/issues/detail?id=4403#c35):

```sh
npm run patch
```