2.0.0 • Published 3 years ago

e2e-setup-utilities-support v2.0.0

Weekly downloads
23
License
ISC
Repository
-
Last release
3 years ago

e2e-setup-utilities-support

A library for registering common cypress Chainable commands and i18s functionality

Usage

import * as e2e from "e2e-setup-utilities-support";

e2e.registerBaseCommands();
e2e.registerIntl("en", {
	"intl.key.one":'hello',
	"intl.key.two":'world'
});

declare global {
	namespace TestIntl {
		interface Translations {
			"intl.key.one":string
			"intl.key.two":string
		}
	}
}
2.0.0

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago