python310Packages.playwright: test driver,browsers with ofborg
This commit is contained in:
parent
177e532253
commit
aa00343cbc
@ -200,7 +200,7 @@ buildPythonPackage rec {
|
|||||||
"playwright"
|
"playwright"
|
||||||
];
|
];
|
||||||
|
|
||||||
passthru = {
|
passthru = rec {
|
||||||
inherit driver;
|
inherit driver;
|
||||||
browsers = {
|
browsers = {
|
||||||
x86_64-linux = browsers-linux { };
|
x86_64-linux = browsers-linux { };
|
||||||
@ -210,6 +210,10 @@ buildPythonPackage rec {
|
|||||||
}.${system} or throwSystem;
|
}.${system} or throwSystem;
|
||||||
browsers-chromium = browsers-linux { withFirefox = false; };
|
browsers-chromium = browsers-linux { withFirefox = false; };
|
||||||
browsers-firefox = browsers-linux { withChromium = false; };
|
browsers-firefox = browsers-linux { withChromium = false; };
|
||||||
|
|
||||||
|
tests = {
|
||||||
|
inherit driver browsers;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user