All Projects → DevExpress → testcafe-examples

DevExpress / testcafe-examples

Licence: MIT license
Ready-to-run examples for TestCafe

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Labels

Projects that are alternatives of or similar to testcafe-examples

Deskreen
Deskreen turns any device with a web browser into a secondary screen for your computer
Stars: ✭ 12,014 (+31515.79%)
Mutual labels:  testcafe
Testcafe
A Node.js tool to automate end-to-end web testing.
Stars: ✭ 9,176 (+24047.37%)
Mutual labels:  testcafe
testcafe-browser-provider-electron
This is the Electron browser provider plugin for TestCafe.
Stars: ✭ 47 (+23.68%)
Mutual labels:  testcafe
testcafe-angular-selectors
TestCafe selector extensions for Angular apps.
Stars: ✭ 33 (-13.16%)
Mutual labels:  testcafe
testcafe-reporter-cucumber-json
TestCafe reporter to generate json in cucumber format
Stars: ✭ 18 (-52.63%)
Mutual labels:  testcafe
react-tools-for-better-angular-apps
Use React ecosystem for unified and top notch DX for angular developement
Stars: ✭ 30 (-21.05%)
Mutual labels:  testcafe
testcafe-testing-library
🐂 Simple and complete custom Selectors for Testcafe that encourage good testing practices.
Stars: ✭ 68 (+78.95%)
Mutual labels:  testcafe
angular-starter
🚀 Angular 14 Starter with Storybook, Transloco, Jest, TestCafe, Docker, ESLint, Material & Prettier 🚀
Stars: ✭ 124 (+226.32%)
Mutual labels:  testcafe
testcafe-vue-selectors
TestCafe selector extensions for Vue.js apps.
Stars: ✭ 103 (+171.05%)
Mutual labels:  testcafe
testcafe-snippets
Code snippets for TestCafe
Stars: ✭ 54 (+42.11%)
Mutual labels:  testcafe
vscode-testcafe
This extension allows you to run TestCafe tests directly from VS Code
Stars: ✭ 48 (+26.32%)
Mutual labels:  testcafe

TestCafe Examples

This repository contains sample test files that help you learn how to use TestCafe.

Here you will find examples that demonstrate the basic usage, advanced features, edge cases, as well as tips and tricks.

Installation

  1. Clone this repository:

    git clone https://github.com/DevExpress/testcafe-examples.git
  2. Go to the project's root directory:

    cd testcafe-examples
  3. Install the dependencies:

    npm install

Usage

Use the npm test script to run all tests in Chrome and Firefox.

npm test

You can use TestCafe CLI options to specify different target browsers or run tests from a specific directory.

To run tests in Chrome only, execute the following command:

npx testcafe chrome examples

The following command runs the examples from the client-scripts directory:

npx testcafe chrome examples/client-scripts

See Command Line Interface for more information.

Examples in This Repository

We are in the process of adding more examples to this repository.

The repository includes the following examples:

Below are the examples that run in Chrome or Firefox only or require additional launch arguments. You should launch these examples separately.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].