0.1.8 • Published 2 years ago

@joentze/beefroast v0.1.8

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Getting Started

To start React App

npm install
npm start

To run storybook on localhost

npm run storybook

To build storybook

npm run build-storybook

Running Component Test

To run ALL Playwright Component Tests

npm run test-ct

To run SPECIFIC Playwright Component Test

  • @universal
  • @complex

    npx playwright test --grep @universal

Adding tags to Playwright tests

test("running xxx test @universal", await({mount})=>{
    ...
})