Skip to content

answerdigital/testacademy-e2etesting

 
 

Repository files navigation

Academy E2e Testing framework

You will need to install the following to use this repository:

  • NodeJS >18
  • pnpm - You can use iwr https://get.pnpm.io/install.ps1 -useb | iex with Powershell

Once you have these installed, you can run the below commands to us use the framework

pnpm install

Development

pnpm dev

Build dist

pnpm build

Run unit tests

pnpm test:unit pnpm test:unit:ci

(You will use the below to run your tests)

Run E2E tests

pnpm test:e2e pnpm test:e2e:ci

About

The Answer Academy E2e Testing Training Repository

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 71.1%
  • Vue 28.1%
  • Other 0.8%