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

https://github.com/hex0cter/testcafe-issue-2438

This project demostrates how to reproduce test-cafe issue 2438.
https://github.com/hex0cter/testcafe-issue-2438

testcafe

Last synced: about 1 year ago
JSON representation

This project demostrates how to reproduce test-cafe issue 2438.

Awesome Lists containing this project

README

          

# Introduction

This project demostrates test-cafe issue 2438. For more details please visit: https://github.com/DevExpress/testcafe/issues/2438

## Getting Started
```
yarn
```
to install all the dependencies.

## Starting the server
```
yarn start
```

## Running the tests

### Test with Firefox

```
yarn test:firefox
```

### Test with Chrome

```
yarn test:chrome
```

## Workaround for Firefox
Start the server without hot reload:
```
yarn start --disableHotReload
```