0.3.0 • Published 1 year ago

cypress-ct-qwik v0.3.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Table of Contents

Installation

npm install -D cypress-ct-qwik

Configuring Cypress

  1. Run cypress (in watch mode) after installation

  2. Follow the configuration wizard

  3. Add addQwikLoader to the cypress/support/component.ts file -

// component.ts
import { addQwikLoader } from 'cypress-ct-qwik';
addQwikLoader();

Pretty easy... 😊

Usage

// some-test.cy.ts

import MyComp from './my-comp';

describe(`Qwik Component Test`, () => {
  it('should find my link', () => {
    cy.mount(<MyComp />);

    cy.contains('myLink').should('exist');
  });
});

Contributing

Want to contribute? Yayy! 🎉

Please read and follow our Contributing Guidelines to learn what are the right steps to take before contributing your time, effort and code.

Thanks 🙏

Code Of Conduct

Be kind to each other and please read our code of conduct.

Contributors

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

Related Links

License

MIT

0.3.0

1 year ago

0.2.0

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.6

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.1

1 year ago