GithubHelp home page GithubHelp logo

playwright-formation's Introduction

playwright-formation

Insallation

  • npm init playwright@latest : install latest version of playwright
  • npm playwright -v : playwright version

Execution

  • npx playwright test : Runs the end-to-end tests in headless mode
  • npx playwright test --headed : Runs the end-to-end tests in browser
  • npx playwright test --project chromium : Runs the end-to-end tests in specific browser/browser engine
  • npx playwright test example.spec.js : Runs the tests in a specific file
  • npx playwright test --debug : Runs the tests in debug mode
  • npx playwright test --workers 3 : Run with 3 workers in parellel
  • npx playwright test --grep-invert @skip : Run tests excluding skipped tests from the report

Report

  • npx playwright show report : Open playwright report
  • npx allure generate ./allure-results --clean : Generate an allure-report by cleaning up the previous one
  • npx allure open ./allure-report : Show the last generated report

playwright-formation's People

Contributors

paulinedessingue-lm avatar arnaud-lacroix-lm avatar

Stargazers

Jérémie HATTAT avatar

Watchers

Jérémie HATTAT avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.