https://github.com/qwikifiers/playwright-ct-qwik
Playwright component testing plugin for Qwik
https://github.com/qwikifiers/playwright-ct-qwik
Last synced: 11 months ago
JSON representation
Playwright component testing plugin for Qwik
- Host: GitHub
- URL: https://github.com/qwikifiers/playwright-ct-qwik
- Owner: qwikifiers
- License: mit
- Created: 2023-06-02T12:37:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T22:31:31.000Z (over 2 years ago)
- Last Synced: 2025-07-19T10:53:38.904Z (11 months ago)
- Language: TypeScript
- Size: 429 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Playwright Qwik plugin
# This is not ready yet, stay tuned
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [Code Of Conduct](#code-of-conduct)
- [Contributors](#contributors)
- [Related Links](#related-links)
- [License](#license)
## Installation
```console
npm install -D playwright-ct-qwik
```
## Usage
```ts
// some-test.spec.ts
```
## Contributing
Want to contribute? Yayy! 🎉
Please read and follow our [Contributing Guidelines](CONTRIBUTING.md) 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](CODE_OF_CONDUCT.md).
## Contributors
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## Related Links
- [Playwright-Qwik Discord](https://discord.gg/G9gqjfHhnm)
- [Qwik Discord](https://qwik.builder.io/chat)
- [Qwik Docs](https://qwik.builder.io/)
- [Playwright Docs](https://playwright.dev/)
## License
MIT