This repository is used for testing jarokelo.hu. Contains functional E2E test cases using Playwright and Javascript. The repository is constantly being expanded with different test cases.
Follow the steps below:
- Clone the repository:
git clone https://github.com/jarokelo/jarokelo-test.git - Install the necessary dependencies:
npm install - Install Playwright:
npx playwright install - Copy and rename the
.env.examplefile to.envand adjust the values if necessary.
To run the tests, use the following command:
npx playwright test
Available Playwright extension for VS Code, from which the tests can also be launched.
ESlint is already configured in the project. You can run with the following command: npx eslint
If you have any questions, write here: a123lohar@gmail.com. If you encounter any problems, please open an issue.
