1.0.7 • Published 2 years ago

landk-base-playwright-framework v1.0.7

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

Background:

We are following a multi-layer automation framework architecture using playwright and typescript. The consumer (product team) can either build their ‘Cucumber’(BDD) framework on top of this base framework, or use Playwright runner to execute their test This base framework will help them to Generate environment variables Read environment variables Navigate to a page and dealing with relevant objects on the page Performing various html/file system/generic operations on objects

How to run:

Clone the project from git : Link available in confluence page(hiding from public) Make the necessary updates Update the package number under 'package.json' From terminal. Run the following commands: npm run clean npm run build --- to generate the .js files under dist folder npm login to login to npmjs with correct credentials npm publish -> to publish the package Please make a note of the version you want to use in your projects

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago