0.0.14 • Published 9 months ago

@11joselu/cypress-to-playwright v0.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Automatic migration from cypress to playwright

npm.io

Prerequisites

  • node >=16.0.0

Install

npm install @11joselu/cypress-to-playwright -D

Usage

npx @11joselu/cypress-to-playwright <cypress_directory>

How it works

  1. It will read all js files found in the <cypress_directory> folder.
  2. It will convert each cypress command (supported ones) to the playwright version.
  3. It will write the new files in the playwright folder at the same level as the indicated folder.
  4. Follow the steps indicated in the script.

Warning

Migration is not perfect, therefore you will have to make modifications in the new code

Supported migrations

Detailed table

Author

Jose Cabrera

Contributing

Run tests

npm run test

Contributions, issues and feature requests are welcome!Feel free to check issues page.

License

Copyright © 2023 Jose Cabrera. This project is MIT licensed.

0.0.12

10 months ago

0.0.13

9 months ago

0.0.14

9 months ago

0.0.11

11 months ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago